diff options
author | Sami Kerola <kerolasa@iki.fi> | 2013-02-13 20:51:26 (GMT) |
---|---|---|
committer | Sami Kerola <kerolasa@iki.fi> | 2013-05-26 09:38:10 (GMT) |
commit | 22ddf8fd3650072c6243941f27617158e111b236 (patch) | |
tree | 71293ad3c7ac9c47112abe7671186bb326b81779 /autogen.sh | |
parent | 47b978653358e3cde5eb1432efd5eb05a096f83c (diff) | |
download | fluxbox-22ddf8fd3650072c6243941f27617158e111b236.zip fluxbox-22ddf8fd3650072c6243941f27617158e111b236.tar.bz2 |
build-sys: move autotools files to subdirectories
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ dothis() { | |||
14 | 14 | ||
15 | libtoolize --copy --force --automake | 15 | libtoolize --copy --force --automake |
16 | rm -f config.cache | 16 | rm -f config.cache |
17 | dothis aclocal -I . ${ACLOCAL_FLAGS} | 17 | dothis aclocal -I m4 ${ACLOCAL_FLAGS} |
18 | dothis autoheader | 18 | dothis autoheader |
19 | dothis automake -a -c | 19 | dothis automake -a -c |
20 | dothis autoconf | 20 | dothis autoconf |