summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autogen.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh
index 692483c2..9de319ec 100644
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,12 +2,5 @@
2 2
3echo 'Running autoreconf -if...' 3echo 'Running autoreconf -if...'
4( 4(
5 rm -rf autom4te.cache 5 autoreconf -if
6 rm -f aclocal.m4 ltmain.sh
7 autoreconf -if ${AC_FLAGS}
8)
9
10echo 'Running ./configure...'
11(
12 ./configure
13) 6)