aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-01-16 10:28:15 (GMT)
committerfluxgen <fluxgen>2004-01-16 10:28:15 (GMT)
commit8cb258d68a842af632236c6c4158af5e4aee78c6 (patch)
tree9519478f9bedb9ad897af592bb79630ffe379ef4 /autogen.sh
parent53b73110331803cadcbb66b775cf3037f3512b8a (diff)
downloadfluxbox-8cb258d68a842af632236c6c4158af5e4aee78c6.zip
fluxbox-8cb258d68a842af632236c6c4158af5e4aee78c6.tar.bz2
added ACLOCAL_FLAGS
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 69607cc..1bf14e8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,7 @@ dothis() {
13 13
14libtoolize --copy --force --automake 14libtoolize --copy --force --automake
15rm -f config.cache 15rm -f config.cache
16dothis aclocal -I . 16dothis aclocal -I . ${ACLOCAL_FLAGS}
17dothis autoheader 17dothis autoheader
18dothis automake -a 18dothis automake -a
19dothis autoconf 19dothis autoconf