Rename error classes to exception. Rename zerr.cpp
[yazpp-moved-to-github.git] / buildconf.sh
index c0873b3..02252f6 100755 (executable)
@@ -1,6 +1,14 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.3 2000-11-20 11:27:33 adam Exp $
-aclocal
-libtoolize --force
-automake -a
-autoconf
+# $Id: buildconf.sh,v 1.7 2002-04-15 09:43:30 adam Exp $
+dir=`aclocal --print-ac-dir`
+if [ -f $dir/yaz.m4 ]; then
+       aclocal
+else
+       aclocal -I . 
+fi
+libtoolize --force 
+automake -a 
+autoconf || exit 4
+if [ -f config.cache ]; then
+       rm config.cache
+fi