Changeset 13724


Ignore:
Timestamp:
2007-01-22T16:49:11+13:00 (17 years ago)
Author:
kjdon
Message:

remove mg and mgpp from list of Makefiles to generate, add indexers into list of subdirs to configure. need to pass in bindir to this

Location:
branches/changing-indexers-branch/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/changing-indexers-branch/gsdl/configure

    r12922 r13724  
    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" ;;
  • branches/changing-indexers-branch/gsdl/configure.in

    r12922 r13724  
    417417dnl not needed any more?
    418418dnl ac_configure_args="$ac_configure_args --build=$build --target=$target"
    419 AC_CONFIG_SUBDIRS(packages)
     419
     420# indexers needs a bindir option to get the binaries into the right place
     421gsdlprefix=`pwd`
     422ac_configure_args="$ac_configure_args --bindir=$gsdlprefix/bin/$gsdlos "
     423AC_CONFIG_SUBDIRS(packages indexers)
    420424
    421425# the list of folders in the src folder
    422 srclist="src/mgpp/lib/Makefile src/mgpp/text/Makefile src/mgpp/Makefile \
    423           src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile \
     426srclist="src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile \
    424427          src/oaiservr/Makefile src/db2txt/Makefile src/getpw/Makefile src/phind/generate/Makefile"
    425428
    426 AC_OUTPUT(packages/Makefile packages/mg/Makefile packages/mg/src/text/Makefile packages/mg/src/images/Makefile
    427           packages/mg/src/scripts/Makefile packages/mg/lib/Makefile
    428       lib/Makefile Makefile $srclist $moduleDirs)
    429 
    430 
     429AC_OUTPUT(packages/Makefile lib/Makefile Makefile $srclist $moduleDirs)
     430
     431
Note: See TracChangeset for help on using the changeset viewer.