Changeset 19263 for gsdl


Ignore:
Timestamp:
2009-04-25T22:14:53+12:00 (15 years ago)
Author:
davidb
Message:

Instruct configure to cache results

Location:
gsdl/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/configure

    r18487 r19263  
    859859  --disable-accentfold    Disable Accent Folding for MGPP
    860860  --disable-sqlite        Disable SQLite support
    861   --enable-apache-httpd   Enable Apache httpd support
     861  --disable-apache-httpd  Disable Apache httpd support
    862862
    863863Optional Packages:
     
    14361436if test "${enable_apache_httpd+set}" = set; then
    14371437  enableval="$enable_apache_httpd"
     1438  USE_APACHE_HTTPD=0
     1439else
    14381440  USE_APACHE_HTTPD=1
    1439 else
    1440   USE_APACHE_HTTPD=0
    14411441fi;
    14421442cat >>confdefs.h <<\_ACEOF
     
    72937293# indexers needs a bindir option to get the binaries into the right place
    72947294gsdlprefix=`pwd`
    7295 ac_configure_args="$ac_configure_args --bindir=$gsdlprefix/bin/$gsdlos "
     7295ac_configure_args="$ac_configure_args --bindir=$gsdlprefix/bin/$gsdlos --libdir=$gsdlprefix/lib/$gsdlos --config-cache"
    72967296
    72977297
  • gsdl/trunk/configure.in

    r18483 r19263  
    384384# indexers needs a bindir option to get the binaries into the right place
    385385gsdlprefix=`pwd`
    386 ac_configure_args="$ac_configure_args --bindir=$gsdlprefix/bin/$gsdlos "
     386ac_configure_args="$ac_configure_args --bindir=$gsdlprefix/bin/$gsdlos --libdir=$gsdlprefix/lib/$gsdlos --config-cache"
    387387AC_CONFIG_SUBDIRS(common-src build-src runtime-src)
    388388
Note: See TracChangeset for help on using the changeset viewer.