Removed aclocal.m4 and added yaz.m4.
[yazpp-moved-to-github.git] / buildconf.sh
index 82489d2..d16ea33 100755 (executable)
@@ -1,6 +1,11 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.2 2000-10-26 21:31:50 adam Exp $
-aclocal
-libtoolize
+# $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