aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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