summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2013-07-07 16:39:44 +0100
committerAlessio Treglia <alessio@debian.org>2013-07-07 16:39:44 +0100
commit7616ef71f1f659867212fb060ea6904c9be09b02 (patch)
treebe771d512248a37ca9dfd6db0521b6e74b5d3c2f /autogen.sh
parent8ac48f1cdea1d7cef55e01d1a343c43bdb0ca56b (diff)
Imported Upstream version 3.4
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..81946cc
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# compatibility script for automake <= 1.12
+# users of automake >= 1.13 should run 'autoreconf' instead
+
+aclocal -I m4
+autoheader
+autoconf