Added these
[ir-tcl-moved-to-github.git] / buildconf.sh
diff --git a/buildconf.sh b/buildconf.sh
new file mode 100755 (executable)
index 0000000..d485e38
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+# $Id: buildconf.sh,v 1.1 2004-04-26 09:12:01 adam Exp $
+set -x
+aclocal -I .
+autoconf
+if [ -f config.cache ]; then
+       rm config.cache
+fi