From 08aebcb6ed8c98bdaa37b4454bb8f39a8eeced62 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 15 Mar 2011 20:33:45 +1100 Subject: [PATCH] autogen.sh : Don't automatically run configure. --- autogen.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 914a35b1..853d1664 100755 --- a/autogen.sh +++ b/autogen.sh @@ -158,4 +158,3 @@ echo " autoconf" autoconf || exit 1 cd $olddir -$srcdir/configure --enable-gcc-werror "$@" && echo