summary refs log tree commit diff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-22 17:37:23 -0500
committerJune McEnroe <june@causal.agency>2020-12-22 17:37:23 -0500
commit71c7cbab2b50436db940721a10d6ea1ca5d75f89 (patch)
tree21475ea6ccb221e7ba351f86726dbc49a9862ce3 /autogen.sh
downloadsrc-71c7cbab2b50436db940721a10d6ea1ca5d75f89.tar.gz
src-71c7cbab2b50436db940721a10d6ea1ca5d75f89.zip
Squashed 'bin/dash/' content from commit a45870f
git-subtree-dir: bin/dash
git-subtree-split: a45870f71f42be6bf3c8eada04debd1008f9dc3e
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 00000000..9879c53e
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+aclocal \
+&& autoheader \
+&& automake --add-missing \
+&& autoconf