Fixed problem with missing isams for buildconf.sh.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 28 Feb 2001 09:01:41 +0000 (09:01 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 28 Feb 2001 09:01:41 +0000 (09:01 +0000)
buildconf.sh
configure.in

index 1e682b1..60dd200 100755 (executable)
@@ -1,12 +1,15 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.4 2001-02-26 22:14:59 adam Exp $
+# $Id: buildconf.sh,v 1.5 2001-02-28 09:01:41 adam Exp $
 dir=`aclocal --print-ac-dir`
 if [ -f $dir/yaz.m4 ]; then
        aclocal || exit 1
 else
        aclocal -I . || exit 1
 fi
-automake -a >/dev/null 2>&1 || exit 2
+test -d isamc || mkdir isamc
+test -d isamb || mkdir isamb
+test -d isam || mkdir isam
+automake -a >/dev/null 2>&1 || exit 2 
 autoconf || exit 3
 if [ -f config.cache ]; then
        rm config.cache
index b34226d..f70b492 100644 (file)
@@ -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