diff options
Diffstat (limited to 'bin/dash/autogen.sh')
-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..5e9006ca --- /dev/null +++ b/bin/dash/autogen.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +aclocal \ +&& autoheader \ +&& automake --add-missing --copy \ +&& autoconf |