aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2016-10-12 12:49:06 -0700
committerGeoff Levand <geoff@infradead.org>2016-10-12 12:49:06 -0700
commit22a05b636d38dfd96d48875f1db9d21c107c5e5c (patch)
tree910abbc736e14d883bd59d8b6f1129efce177f5a
parent6a544068d3ef433ebc1da42b613fce1be6f78299 (diff)
downloadlibtwin-22a05b636d38dfd96d48875f1db9d21c107c5e5c.tar.gz
Add bootstrap file
Signed-off-by: Geoff Levand <geoff@infradead.org>
-rwxr-xr-xautogen.sh3
-rwxr-xr-xbootstrap3
2 files changed, 5 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b1376df..7e98f4b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,4 @@
#! /bin/sh
-autoreconf -v --install || exit 1
+
+./bootstrap || exit 1
./configure --enable-maintainer-mode "$@"
diff --git a/bootstrap b/bootstrap
new file mode 100755
index 0000000..e72dad6
--- /dev/null
+++ b/bootstrap
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec autoreconf -f -i