Removed aclocal.m4 and added yaz.m4.
[yazpp-moved-to-github.git] / buildconf.sh
index c0873b3..d16ea33 100755 (executable)
@@ -1,6 +1,11 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.3 2000-11-20 11:27:33 adam Exp $
-aclocal
+# $Id: buildconf.sh,v 1.5 2001-02-21 11:25:07 adam Exp $
+dir=`aclocal --print-ac-dir`
+if [ -f $dir/yaz.m4 ]; then
+       aclocal
+else
+       aclocal -I .
+fi
 libtoolize --force
 automake -a
 autoconf