aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2013-01-02 21:48:32 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2013-01-03 07:16:22 (GMT)
commitea2464a9eac3f5b4adf640485fa9a5d73bcf1d41 (patch)
tree5e3dd6d568ce2dea7cd33077f2103b5e7b8e2803 /autogen.sh
parentb825874d2e76b97e832df84b0ae3c485637d01e5 (diff)
downloadfluxbox-ea2464a9eac3f5b4adf640485fa9a5d73bcf1d41.zip
fluxbox-ea2464a9eac3f5b4adf640485fa9a5d73bcf1d41.tar.bz2
automake: fix initialization
Reference: http://www.gnu.org/software/automake/manual/automake.html#Public-Macros
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index e5bcba9..deabd5f 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 -c --warnings=none 19dothis automake -a -c
20dothis autoconf 20dothis autoconf
21 21
22echo 'Success, now continue with ./configure' 22echo 'Success, now continue with ./configure'