summary refs log tree commit diff
path: root/bin/dash/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dash/autogen.sh')
-rwxr-xr-xbin/dash/autogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/dash/autogen.sh b/bin/dash/autogen.sh
new file mode 100755
index 00000000..5e9006ca
--- /dev/null
+++ b/bin/dash/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+aclocal \
+&& autoheader \
+&& automake --add-missing --copy \
+&& autoconf