aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
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 deabd5f..4831e1a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,7 @@ dothis() {
14 14
15libtoolize --copy --force --automake 15libtoolize --copy --force --automake
16rm -f config.cache 16rm -f config.cache
17dothis aclocal -I . ${ACLOCAL_FLAGS} 17dothis aclocal -I m4 ${ACLOCAL_FLAGS}
18dothis autoheader 18dothis autoheader
19dothis automake -a -c 19dothis automake -a -c
20dothis autoconf 20dothis autoconf