Ignore:
Timestamp:
2010-01-04T23:08:33+13:00 (14 years ago)
Author:
davidb
Message:

Introduction of --enable-jdbm flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/configure

    r21377 r21409  
    312312ac_subdirs_all="$ac_subdirs_all build-src"
    313313ac_subdirs_all="$ac_subdirs_all runtime-src"
    314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE VERSION USE_FASTCGI USE_LANGACTION USE_CORBA MICO_DIR USE_Z3950 USE_YAZ ENABLE_ACCENTFOLD USE_SQLITE USE_APACHE_HTTPD ENABLE_JNI ENABLE_MG ENABLE_MGPP ENABLE_LUCENE LDFLAGS CFLAGS CC CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX AWK YACC build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB COMPAT32BITFLAGS MICO_VER CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC gsdlos MODULEDIRS subdirs LTLIBOBJS'
     314ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE VERSION USE_FASTCGI USE_LANGACTION USE_CORBA MICO_DIR USE_Z3950 USE_YAZ ENABLE_ACCENTFOLD USE_JDBM USE_SQLITE USE_APACHE_HTTPD ENABLE_JNI ENABLE_MG ENABLE_MGPP ENABLE_LUCENE LDFLAGS CFLAGS CC CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX AWK YACC build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB COMPAT32BITFLAGS MICO_VER CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC gsdlos MODULEDIRS subdirs LTLIBOBJS'
    315315ac_subst_files=''
    316316
     
    860860  --disable-yaz           Disable YAZ compilation
    861861  --disable-accentfold    Disable Accent Folding for MGPP
     862  --disable-jdbm        Disable JDBM support
    862863  --disable-sqlite        Disable SQLite support
    863864  --enable-apache-httpd  Enable Apache httpd support
     
    14261427
    14271428
     1429# Check whether --enable-jdbm or --disable-jdbm was given.
     1430if test "${enable_jdbm+set}" = set; then
     1431  enableval="$enable_jdbm"
     1432  USE_JDBM=0
     1433else
     1434  USE_JDBM=1
     1435fi;
     1436cat >>confdefs.h <<\_ACEOF
     1437#define USE_JDBM $USE_JDBM
     1438_ACEOF
     1439
     1440
     1441
    14281442# Check whether --enable-sqlite or --disable-sqlite was given.
    14291443if test "${enable_sqlite+set}" = set; then
     
    79527966s,@USE_YAZ@,$USE_YAZ,;t t
    79537967s,@ENABLE_ACCENTFOLD@,$ENABLE_ACCENTFOLD,;t t
     7968s,@USE_JDBM@,$USE_JDBM,;t t
    79547969s,@USE_SQLITE@,$USE_SQLITE,;t t
    79557970s,@USE_APACHE_HTTPD@,$USE_APACHE_HTTPD,;t t
Note: See TracChangeset for help on using the changeset viewer.