diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ libtoolize --copy --force --automake | |||
16 | rm -f config.cache | 16 | rm -f config.cache |
17 | dothis aclocal -I . ${ACLOCAL_FLAGS} | 17 | dothis aclocal -I . ${ACLOCAL_FLAGS} |
18 | dothis autoheader | 18 | dothis autoheader |
19 | dothis automake -a | 19 | dothis automake --warnings=none -a |
20 | dothis autoconf | 20 | dothis autoconf |
21 | 21 | ||
22 | echo 'Success, now continue with ./configure' | 22 | echo 'Success, now continue with ./configure' |