diff options
author | June McEnroe <june@causal.agency> | 2020-12-22 17:37:23 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-22 17:51:26 -0500 |
commit | fe9b61c02999b7bda48319e0155b4c834ede83d8 (patch) | |
tree | 30c4244709154a1939eaf2ec6a3a0d434403fcd6 /bin/dash/autogen.sh | |
parent | Limit prune.sh to ~/.config ~/.local (diff) | |
parent | Squashed 'bin/dash/' content from commit a45870f (diff) | |
download | src-fe9b61c02999b7bda48319e0155b4c834ede83d8.tar.gz src-fe9b61c02999b7bda48319e0155b4c834ede83d8.zip |
Merge commit '9e55e38997ed4d6998af9e113e215a926c24988e' as 'bin/dash'
From tag 'v0.5.11.2'.
Diffstat (limited to '')
-rwxr-xr-x | bin/dash/autogen.sh | 6 |
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 |