summaryrefslogtreecommitdiff
path: root/autogen
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-04-26 03:36:36 +0200
committerGuillem Jover <guillem@debian.org>2018-05-03 02:12:43 +0200
commitc72f539b979a0c8647d2a6c62ee45565cd243b3d (patch)
tree35e0f0e28000b62460115759591971ffd9cc6c6d /autogen
parent22685bcfa8aa4b13bfd95a117320fc0bedfa6715 (diff)
downloaddpkg-c72f539b979a0c8647d2a6c62ee45565cd243b3d.tar.gz
build: Add an autogen script
This conforms to general expectations, and makes having to infer what is needed to prepare the source tree more easily discoverable.
Diffstat (limited to 'autogen')
-rwxr-xr-xautogen5
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen b/autogen
new file mode 100755
index 000000000..99ca3fe41
--- /dev/null
+++ b/autogen
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+autoreconf -f -i