Add .cvsignore files for built files (e.g. *.lo)
[yazpp-moved-to-github.git] / buildconf.sh
index c0873b3..165b93e 100755 (executable)
@@ -1,6 +1,15 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.3 2000-11-20 11:27:33 adam Exp $
-aclocal
-libtoolize --force
-automake -a
+# $Id: buildconf.sh,v 1.9 2002-09-10 12:00:20 adam Exp $
+set -x
+dir=`aclocal --print-ac-dir`
+if [ -f $dir/yaz.m4 ]; then
+       aclocal
+else
+       aclocal -I . 
+fi
+libtoolize --force 
+automake -a 
 autoconf
+if [ -f config.cache ]; then
+       rm config.cache
+fi