diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-02-25 19:33:44 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-02-25 19:33:44 (GMT) |
commit | 73848440ceb0b3980d5790cadeb0f4913e11cfc8 (patch) | |
tree | 6d83a0850427340992338120f5f812634c9b0bf3 /autogen.sh | |
parent | 60a44e573ede2a8ca693f101f046c2439aa4b4aa (diff) | |
parent | bd43158c48535f56e8ca9f66bf4aea69b40f535c (diff) | |
download | fluxbox_lack-73848440ceb0b3980d5790cadeb0f4913e11cfc8.zip fluxbox_lack-73848440ceb0b3980d5790cadeb0f4913e11cfc8.tar.bz2 |
Merge branch 'makefile_correct'
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' |