diff options
Diffstat (limited to 'update-autotools')
-rwxr-xr-x | update-autotools | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-autotools b/update-autotools index 4d7b6f73..4e684766 100755 --- a/update-autotools +++ b/update-autotools @@ -16,7 +16,7 @@ for tool in autoheader autoconf libtool libtoolize aclocal automake; do done echo "UPDATING:" -aclocal +aclocal -I m4 autoheader autoconf libtoolize |