summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2015-12-21 11:06:08 +0100
committerAndrew Shadura <andrewsh@debian.org>2015-12-21 11:06:08 +0100
commit525bdd775ca784a06f9d6828c8c4dab21175111b (patch)
tree1fb8a952d52791e2b3b0c4d0b4562f72190fa7ed /autogen.sh
parent38a56a963bff6b612f4a3f96c53fac8492e40eea (diff)
Imported Upstream version 12.10.0+git20151221
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..e1e46f8
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+mkdir -p m4
+autoreconf -i --force --warnings=none -I . -I m4
+./configure --enable-maintainer-mode $*