aboutsummaryrefslogtreecommitdiff
path: root/reconf
diff options
context:
space:
mode:
Diffstat (limited to 'reconf')
-rwxr-xr-xreconf16
1 files changed, 16 insertions, 0 deletions
diff --git a/reconf b/reconf
new file mode 100755
index 000000000..8d29a075b
--- /dev/null
+++ b/reconf
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+# $Id$
+#
+# re autoconf/automake shell script
+#
+
+die(){
+ echo "$@" ; exit
+}
+
+aclocal || die "ahhhhh"
+autoheader || die "ahhhhh"
+automake || die "ahhhhh"
+autoconf || die "ahhhhh"
+