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.in

    r13508 r13731  
    344344dnl not needed any more?
    345345dnl ac_configure_args="$ac_configure_args --build=$build --target=$target"
    346 AC_CONFIG_SUBDIRS(packages)
     346
     347# indexers needs bindir option to get the binaries into the
     348# right place
     349gsdlprefix=`pwd`
     350ac_configure_args="$ac_configure_args --bindir=$gsdlprefix/bin/$gsdlos "
     351
     352AC_CONFIG_SUBDIRS(packages indexers)
    347353
    348354# the list of folders in the src folder
    349 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 "
    350 
    351 AC_OUTPUT(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)
     355srclist="src/hashfile/Makefile src/txt2db/Makefile src/db2txt/Makefile src/phind/generate/Makefile "
     356
     357AC_OUTPUT(packages/Makefile lib/Makefile Makefile $srclist $moduleDirs)
Note: See TracChangeset for help on using the changeset viewer.