diff options
author | fluxgen <fluxgen> | 2004-01-16 10:28:15 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-01-16 10:28:15 (GMT) |
commit | 8cb258d68a842af632236c6c4158af5e4aee78c6 (patch) | |
tree | 9519478f9bedb9ad897af592bb79630ffe379ef4 /autogen.sh | |
parent | 53b73110331803cadcbb66b775cf3037f3512b8a (diff) | |
download | fluxbox_lack-8cb258d68a842af632236c6c4158af5e4aee78c6.zip fluxbox_lack-8cb258d68a842af632236c6c4158af5e4aee78c6.tar.bz2 |
added ACLOCAL_FLAGS
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ dothis() { | |||
13 | 13 | ||
14 | libtoolize --copy --force --automake | 14 | libtoolize --copy --force --automake |
15 | rm -f config.cache | 15 | rm -f config.cache |
16 | dothis aclocal -I . | 16 | dothis aclocal -I . ${ACLOCAL_FLAGS} |
17 | dothis autoheader | 17 | dothis autoheader |
18 | dothis automake -a | 18 | dothis automake -a |
19 | dothis autoconf | 19 | dothis autoconf |