summary refs log tree commit diff
path: root/bin/dash/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:51:26 -0500
commit140398c709b5ba84d30f3e24ace94b2a27112300 (patch)
treef0546df0a058d823d4dd91216d0f2de6a8ff8ba3 /bin/dash/autogen.sh
parentLimit prune.sh to ~/.config ~/.local (diff)
parentSquashed 'bin/dash/' content from commit a45870f (diff)
downloadsrc-140398c709b5ba84d30f3e24ace94b2a27112300.tar.gz
src-140398c709b5ba84d30f3e24ace94b2a27112300.zip
Merge commit '71c7cbab2b50436db940721a10d6ea1ca5d75f89' as 'bin/dash'
From tag 'v0.5.11.2'.
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..9879c53e
--- /dev/null
+++ b/bin/dash/autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+aclocal \
+&& autoheader \
+&& automake --add-missing \
+&& autoconf