Changeset 13777 for trunk/gsdl/configure


Ignore:
Timestamp:
2007-01-24T10:48:33+13:00 (17 years ago)
Author:
kjdon
Message:

merged the indexers branch. mg, mgpp, lucene and unac now live in indexers repository

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r12922 r13777  
    310310#endif"
    311311
    312 ac_subdirs_all="$ac_subdirs_all packages"
     312ac_subdirs_all="$ac_subdirs_all packages indexers"
    313313ac_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 CFLAGS CC LDFLAGS 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 MICO_VER CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC GDBM_LIBPATH GDBM_INCLUDE gsdlos MODULEDIRS subdirs LTLIBOBJS'
    314314ac_subst_files=''
     
    74007400# ---------------------------------------------------------------------------
    74017401
    7402 
    7403 subdirs="$subdirs packages"
     7402# indexers needs a bindir option to get the binaries into the right place
     7403gsdlprefix=`pwd`
     7404ac_configure_args="$ac_configure_args --bindir=$gsdlprefix/bin/$gsdlos "
     7405
     7406
     7407subdirs="$subdirs packages indexers"
    74047408
    74057409
    74067410# the list of folders in the src folder
    7407 srclist="src/mgpp/lib/Makefile src/mgpp/text/Makefile src/mgpp/Makefile \
    7408           src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile \
     7411srclist="src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile \
    74097412          src/oaiservr/Makefile src/db2txt/Makefile src/getpw/Makefile src/phind/generate/Makefile"
    74107413
    7411                                                                                                     ac_config_files="$ac_config_files packages/Makefile packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile packages/mg/src/scripts/Makefile packages/mg/lib/Makefile lib/Makefile Makefile $srclist $moduleDirs"
     7414                                                  ac_config_files="$ac_config_files packages/Makefile lib/Makefile Makefile $srclist $moduleDirs"
    74127415cat >confcache <<\_ACEOF
    74137416# This file is a shell script that caches the results of configure
     
    79367939  # Handling of arguments.
    79377940  "packages/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/Makefile" ;;
    7938   "packages/mg/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/mg/Makefile" ;;
    7939   "packages/mg/src/text/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/mg/src/text/Makefile" ;;
    7940   "packages/mg/src/images/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/mg/src/images/Makefile" ;;
    7941   "packages/mg/src/scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/mg/src/scripts/Makefile" ;;
    7942   "packages/mg/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/mg/lib/Makefile" ;;
    79437941  "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
    79447942  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
Note: See TracChangeset for help on using the changeset viewer.