diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ echo Running gettextize... gettextize -c --intl --no-changelog echo Running libtoolize... -libtoolize -c --automake +libtoolize -c -f --automake echo Running aclocal... aclocal -I m4 echo Running autoscan... @@ -13,4 +13,4 @@ autoheader echo Running autoconf... autoconf echo Running automake... -automake -a -c --gnu +automake -a -c -f --gnu |