Ignore:
Timestamp:
2007-01-23T11:24:51+13:00 (17 years ago)
Author:
kjdon
Message:

changes to use new indexers repository and not mg/mgpp from gs2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gs2build-extra/configure

    r13509 r13731  
    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 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 CPP EGREP U ANSI2KNR ALLOCA LIBOBJS STATIC GDBM_LIBPATH GDBM_INCLUDE gsdlos MODULEDIRS subdirs LTLIBOBJS'
    314314ac_subst_files=''
     
    72947294# ---------------------------------------------------------------------------
    72957295
    7296 
    7297 subdirs="$subdirs packages"
     7296# indexers needs bindir option to get the binaries into the
     7297# right place
     7298gsdlprefix=`pwd`
     7299ac_configure_args="$ac_configure_args --bindir=$gsdlprefix/bin/$gsdlos "
     7300
     7301
     7302
     7303subdirs="$subdirs packages indexers"
    72987304
    72997305
    73007306# the list of folders in the src folder
    7301 srclist="src/mgpp/lib/Makefile src/mgpp/text/Makefile src/mgpp/Makefile src/hashfile/Makefile src/txt2db/Makefile src/db2txt/Makefile src/phind/generate/Makefile "
    7302 
    7303                                                                                                     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"
     7307srclist="src/hashfile/Makefile src/txt2db/Makefile src/db2txt/Makefile src/phind/generate/Makefile "
     7308
     7309                                                  ac_config_files="$ac_config_files packages/Makefile lib/Makefile Makefile $srclist $moduleDirs"
    73047310cat >confcache <<\_ACEOF
    73057311# This file is a shell script that caches the results of configure
     
    78287834  # Handling of arguments.
    78297835  "packages/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/Makefile" ;;
    7830   "packages/mg/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/mg/Makefile" ;;
    7831   "packages/mg/src/text/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/mg/src/text/Makefile" ;;
    7832   "packages/mg/src/images/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/mg/src/images/Makefile" ;;
    7833   "packages/mg/src/scripts/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/mg/src/scripts/Makefile" ;;
    7834   "packages/mg/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES packages/mg/lib/Makefile" ;;
    78357836  "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
    78367837  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
Note: See TracChangeset for help on using the changeset viewer.