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