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 a4807b2..c64c182 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,7 +3,7 @@ libtoolize --copy --force --automake || exit 1
3rm -f config.cache 3rm -f config.cache
4aclocal 4aclocal
5autoheader 5autoheader
6automake 6automake -a
7autoconf 7autoconf
8 8
9 9