Ignore:
Timestamp:
2009-12-18T14:33:47+13:00 (14 years ago)
Author:
ak19
Message:

Now the configure, configure.in, Makefile.in and config.h.in of gs2build and greenstone2 are the same, so that they can just be obtained from one source in future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/configure

    r21366 r21377  
    309309#endif"
    310310
    311 ac_subdirs_all="$ac_subdirs_all common-src build-src runtime-src"
     311ac_subdirs_all="$ac_subdirs_all common-src"
     312ac_subdirs_all="$ac_subdirs_all build-src"
     313ac_subdirs_all="$ac_subdirs_all runtime-src"
    312314ac_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'
    313315ac_subst_files=''
     
    14371439
    14381440
    1439 # Check whether --enable-apache-httpd or --disable-apache-httpd was given.
     1441if test -d runtime-src; then
     1442   # Check whether --enable-apache-httpd or --disable-apache-httpd was given.
    14401443if test "${enable_apache_httpd+set}" = set; then
    14411444  enableval="$enable_apache_httpd"
     
    14441447  USE_APACHE_HTTPD=0
    14451448fi;
    1446 cat >>confdefs.h <<\_ACEOF
     1449   cat >>confdefs.h <<\_ACEOF
    14471450#define USE_APACHE_HTTPD $USE_APACHE_HTTPD
    14481451_ACEOF
    14491452
    14501453
     1454fi
    14511455
    14521456# Check whether --enable-jni or --disable-jni was given.
     
    73057309
    73067310
    7307 subdirs="$subdirs common-src build-src runtime-src"
     7311subdirs="$subdirs common-src"
     7312
     7313
     7314
     7315subdirs="$subdirs build-src"
    73087316
    73097317
    73107318# the list of folders in the src folder
    73117319srclist="common-src/Makefile \
    7312          build-src/Makefile \
     7320         build-src/Makefile"
     7321
     7322if test -d runtime-src; then
     7323
     7324
     7325subdirs="$subdirs runtime-src"
     7326
     7327   srclist="$srclist \
    73137328         runtime-src/Makefile"
     7329fi
    73147330
    73157331                              ac_config_files="$ac_config_files Makefile $srclist $moduleDirs"
Note: See TracChangeset for help on using the changeset viewer.