diff options
author | June McEnroe <june@causal.agency> | 2021-04-25 21:15:34 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-04-25 21:15:34 +0000 |
commit | de8ba3124de84dabfc382132fc995acb9b0c53ac (patch) | |
tree | e82dc6c041d5603362a5c348cf1b7827ebc1ea9b /bin | |
parent | Revert "Check in dash autogen files" (diff) | |
download | src-de8ba3124de84dabfc382132fc995acb9b0c53ac.tar.gz src-de8ba3124de84dabfc382132fc995acb9b0c53ac.zip |
Copy automake files
Diffstat (limited to '')
-rwxr-xr-x | bin/dash/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dash/autogen.sh b/bin/dash/autogen.sh index 9879c53e..5e9006ca 100755 --- a/bin/dash/autogen.sh +++ b/bin/dash/autogen.sh @@ -2,5 +2,5 @@ aclocal \ && autoheader \ -&& automake --add-missing \ +&& automake --add-missing --copy \ && autoconf |