diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-02-25 19:30:52 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-02-25 19:30:52 (GMT) |
commit | bd43158c48535f56e8ca9f66bf4aea69b40f535c (patch) | |
tree | 87847896d58ca149a17746dcbc057e17d573d808 /autogen.sh | |
parent | 6717a1c805529ea6e1b1c19a591f876c9c8803db (diff) | |
download | fluxbox_paul-bd43158c48535f56e8ca9f66bf4aea69b40f535c.zip fluxbox_paul-bd43158c48535f56e8ca9f66bf4aea69b40f535c.tar.bz2 |
disable automake-warnings
warnings like 'data/Makefile.am:19: (probably a GNU make extension)' etc
are kind of pointless to fluxbox since the build system is gmake.
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' |