X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.in;h=f70b4929f3c8e605a1744549a7aa38d8b08e8b64;hb=ba572d8e1de44023f355c09c4250328aba0e9a47;hp=b34226d53af0ec85108fd1295efdaae95609d2cd;hpb=04a991ce4fba7c149df537f3050af0e600c23b28;p=idzebra-moved-to-github.git diff --git a/configure.in b/configure.in index b34226d..f70b492 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Zebra, Index Data Aps, 1994-2000 -dnl $Id: configure.in,v 1.27 2001-02-26 22:14:59 adam Exp $ +dnl $Id: configure.in,v 1.28 2001-02-28 09:01:41 adam Exp $ dnl AC_INIT(include/zebraver.h) AC_MSG_CHECKING(for package) @@ -15,16 +15,16 @@ else AM_INIT_AUTOMAKE(zebra,1.1) if test ! -r ${srcdir}/isam; then mkdir ${srcdir}/isam - touch ${srcdir}/isam/Makefile.in fi + touch ${srcdir}/isam/Makefile.in if test ! -r ${srcdir}/isamc; then mkdir ${srcdir}/isamc - touch ${srcdir}/isamc/Makefile.in fi + touch ${srcdir}/isamc/Makefile.in if test ! -r ${srcdir}/isamb; then mkdir ${srcdir}/isamb - touch ${srcdir}/isamb/Makefile.in fi + touch ${srcdir}/isamb/Makefile.in fi AM_CONDITIONAL(ISZMBOL,test $PACKAGE = zmbol) dnl ------ Substitutions