aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2013-02-13 20:51:26 (GMT)
committerSami Kerola <kerolasa@iki.fi>2013-05-26 09:38:10 (GMT)
commit22ddf8fd3650072c6243941f27617158e111b236 (patch)
tree71293ad3c7ac9c47112abe7671186bb326b81779 /autogen.sh
parent47b978653358e3cde5eb1432efd5eb05a096f83c (diff)
downloadfluxbox-22ddf8fd3650072c6243941f27617158e111b236.zip
fluxbox-22ddf8fd3650072c6243941f27617158e111b236.tar.bz2
build-sys: move autotools files to subdirectories
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 deabd5f..4831e1a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,7 @@ dothis() {
14 14
15libtoolize --copy --force --automake 15libtoolize --copy --force --automake
16rm -f config.cache 16rm -f config.cache
17dothis aclocal -I . ${ACLOCAL_FLAGS} 17dothis aclocal -I m4 ${ACLOCAL_FLAGS}
18dothis autoheader 18dothis autoheader
19dothis automake -a -c 19dothis automake -a -c
20dothis autoconf 20dothis autoconf