Changeset 1797

Show
Ignore:
Timestamp:
Mon Nov 14 17:33:31 2005
Author:
maroy
Message:

making htmlUI refer to the storageServer in its correct location
fix for issue #1525

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/livesupport-1.0.x/livesupport/modules/htmlUI/etc/configure.ac

    r1739 r1797  
    91 91             AC_HELP_STRING([--with-storage-server],  
    92 92                           [use storageServer in given folder]),  
    93               [STORAGE_SERVER=${withval}], [STORAGE_SERVER=/opt/livesupport/modules/storageServer])  
      93             [STORAGE_SERVER=${withval}], [STORAGE_SERVER=${prefix}/var/LiveSupport/storageServer])  
    93 93  
    94 94 AC_MSG_RESULT([using storageServer at: ${STORAGE_SERVER}])  
  • branches/livesupport-1.0.x/livesupport/etc/Makefile.in

    r1751 r1797  
    311 311     cd ${HTML_UI_DIR} && ./configure --prefix=${prefix} \  
    312 312                                          --with-apache-group=${APACHE_GROUP} \  
    313                                            --with-www-docroot=${WWW_DOCROOT} \  
    314                                    --with-configure-apache=${CONFIGURE_APACHE}  
      313                                          --with-www-docroot=${WWW_DOCROOT} \  
      314                                          --with-configure-apache=${CONFIGURE_APACHE} \  
      315                                      --with-storage-server=${prefix}/var/LiveSupport/storageServer  
    315 316     cd ${STORAGE_ADMIN_DIR} && ./configure --prefix=${prefix} \  
    316 317                     --with-storage-server=${prefix}/var/LiveSupport/storageServer \