]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add autogen.sh script that regenerates configure
authorMukund Sivaraman <muks@isc.org>
Thu, 10 Sep 2015 09:31:30 +0000 (15:01 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 10 Sep 2015 09:31:32 +0000 (15:01 +0530)
Reviewed by Witold on Jabber.

autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..3eaecd7
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# Run this script after modifying configure.in to generate configure
+autoreconf -i