diff options
Diffstat (limited to 'update-autotools')
-rwxr-xr-x | update-autotools | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update-autotools b/update-autotools index fefab68b..4e055bc5 100755 --- a/update-autotools +++ b/update-autotools @@ -20,4 +20,5 @@ aclocal -I m4 autoheader autoconf libtoolize -c -automake --foreign +automake --gnu --add-missing --copy + |