aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-02-25 19:33:44 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-02-25 19:33:44 (GMT)
commit73848440ceb0b3980d5790cadeb0f4913e11cfc8 (patch)
tree6d83a0850427340992338120f5f812634c9b0bf3
parent60a44e573ede2a8ca693f101f046c2439aa4b4aa (diff)
parentbd43158c48535f56e8ca9f66bf4aea69b40f535c (diff)
downloadfluxbox-73848440ceb0b3980d5790cadeb0f4913e11cfc8.zip
fluxbox-73848440ceb0b3980d5790cadeb0f4913e11cfc8.tar.bz2
Merge branch 'makefile_correct'
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 8e062ba..f862809 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,7 +16,7 @@ libtoolize --copy --force --automake
16rm -f config.cache 16rm -f config.cache
17dothis aclocal -I . ${ACLOCAL_FLAGS} 17dothis aclocal -I . ${ACLOCAL_FLAGS}
18dothis autoheader 18dothis autoheader
19dothis automake -a 19dothis automake --warnings=none -a
20dothis autoconf 20dothis autoconf
21 21
22echo 'Success, now continue with ./configure' 22echo 'Success, now continue with ./configure'