aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-19 22:44:51 (GMT)
committerfluxgen <fluxgen>2003-05-19 22:44:51 (GMT)
commit0e9eefef1123a6bc21f89f6e6356351e46e4a3e1 (patch)
treeb11544c922dc22ea5c625c81ed4900fae47ff71c /autogen.sh
parentb17abb05c8a8ce19f18039b8c306c92daa7c9acf (diff)
downloadfluxbox-0e9eefef1123a6bc21f89f6e6356351e46e4a3e1.zip
fluxbox-0e9eefef1123a6bc21f89f6e6356351e46e4a3e1.tar.bz2
minor fix
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 46ea090..45a5ad4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -11,8 +11,8 @@ dothis() {
11 fi 11 fi
12} 12}
13 13
14dothis libtoolize --copy --force --automake 14libtoolize --copy --force --automake
15dothis rm -f config.cache 15rm -f config.cache
16dothis aclocal -I . 16dothis aclocal -I .
17dothis autoheader 17dothis autoheader
18dothis automake -a 18dothis automake -a