Ignore:
Timestamp:
1999-09-09T11:15:42+12:00 (25 years ago)
Author:
cs025
Message:

more changes to configure script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure.in

    r552 r554  
    22AC_INIT(lib/text_t.h)
    33
    4 PACKAGE=grb
     4PACKAGE=gsdl
    55VERSION=0.1
    66AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
     
    88AC_SUBST(PACKAGE)
    99AC_SUBST(VERSION)
     10dnl AC_DEFINE(USE_FASTCGI)
    1011
    1112dnl Checks for programs.
     
    8687AC_FUNC_VPRINTF
    8788
    88 AC_OUTPUT(src/hashfile/Makefile src/recpt/Makefile src/txt2db/Makefile src/db2txt/Makefile lib/Makefile Makefile)
     89AC_OUTPUT(src/hashfile/Makefile src/colservr/Makefile src/recpt/Makefile src/txt2db/Makefile src/db2txt/Makefile lib/Makefile collect/cstr/src/recpt/Makefile collect/niupepa/src/recpt/Makefile Makefile)
    8990
    9091
Note: See TracChangeset for help on using the changeset viewer.