Changeset 16563 for gsdl/trunk/configure


Ignore:
Timestamp:
2008-07-28T16:53:09+12:00 (16 years ago)
Author:
davidb
Message:

Mods to Makefile.in and configure.in to work with newly organized files: gs2build gs2common and gs2runtime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/configure

    r16288 r16563  
    272272PACKAGE_BUGREPORT=
    273273
    274 ac_unique_file="src/lib/text_t.h"
    275274# Factoring default headers for most tests.
    276275ac_includes_default="\
     
    310309#endif"
    311310
    312 ac_subdirs_all="$ac_subdirs_all packages indexers"
     311ac_subdirs_all="$ac_subdirs_all gs2common gs2build gs2runtime"
    313312ac_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 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 GDBM_LIBPATH GDBM_INCLUDE gsdlos MODULEDIRS subdirs LTLIBOBJS'
    314313ac_subst_files=''
     
    74487447
    74497448
    7450 subdirs="$subdirs packages indexers"
     7449subdirs="$subdirs gs2common gs2build gs2runtime"
    74517450
    74527451
    74537452# the list of folders in the src folder
    7454 srclist="src/lib/Makefile \
    7455      src/hashfile/Makefile \
    7456          src/colservr/Makefile \
    7457          src/corba/Makefile \
    7458          src/protocol/Makefile \
    7459          src/recpt/Makefile \
    7460          src/gdbmedit/db2txt/Makefile \
    7461          src/gdbmedit/txt2db/Makefile \
    7462          src/gdbmedit/gdbmget/Makefile \
    7463          src/gdbmedit/gdbmset/Makefile \
    7464          src/oaiservr/Makefile \
    7465          src/z3950/Makefile \
    7466          src/getpw/Makefile \
    7467          src/phind/generate/Makefile"
    7468 
    7469                                         ac_config_files="$ac_config_files packages/Makefile Makefile $srclist $moduleDirs"
     7453srclist="gs2common/Makefile \
     7454         gs2build/Makefile \
     7455         gs2runtime/Makefile"
     7456
     7457                              ac_config_files="$ac_config_files Makefile $srclist $moduleDirs"
    74707458cat >confcache <<\_ACEOF
    74717459# This file is a shell script that caches the results of configure
     
    79937981  case "$ac_config_target" in
    79947982  # Handling of arguments.
    7995   "packages/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/Makefile" ;;
    79967983  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    79977984  "$srclist" ) CONFIG_FILES="$CONFIG_FILES $srclist" ;;
Note: See TracChangeset for help on using the changeset viewer.