summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..78e0028
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+# -*- sh -*-
+#
+# Make the Autotools scripts after checking out the source code from CVS.
+# This script was taken from the Autotool Book. I wonder if autoreconf
+# can now be used...
+#
+
+test -d config || mkdir config
+set -x
+aclocal -I config \
+ && autoheader \
+ && automake --gnu --add-missing \
+ && autoconf