summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-21 01:46:25 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-08-21 01:51:43 +0100
commit47963e1e50c3177f31c8cf6378959d53ee07e0a4 (patch)
tree3ced0d6948d6b49a3488e4b0dfae148791c5d7bb
parent483d0e5e3c06d2f9ee4f73da7089868129b31c78 (diff)
autogen.sh: Provide this script
This is a conventional entrypoint for rerunning autoconf. Debian's dh_autoreconf doesn't need it but it is useful for humans and perhaps some other tools. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 00000000..7a2e1eb3
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+autoconf -f -i