12 lines
246 B
Text
12 lines
246 B
Text
|
--- autogen.sh.orig Thu Nov 8 23:02:30 2012
|
||
|
+++ autogen.sh Thu Nov 8 23:02:33 2012
|
||
|
@@ -32,6 +32,8 @@ autoconf || {
|
||
|
exit 1
|
||
|
}
|
||
|
|
||
|
+exit 0
|
||
|
+
|
||
|
echo "Running ./configure --enable-maintainer-mode $@..."
|
||
|
|
||
|
./configure --enable-maintainer-mode $@
|