summaryrefslogtreecommitdiffstats
path: root/debian/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'debian/autogen.sh')
-rwxr-xr-xdebian/autogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/autogen.sh b/debian/autogen.sh
new file mode 100755
index 0000000..ba3a3cb
--- /dev/null
+++ b/debian/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -eu
+
+autoreconf -f -i -v -Wall
+(cd pigeonhole && autoreconf -f -i -v -Wall)