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

    r12922 r13777  
    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.