a227e9d7a0
normally with CONFIGURE_ARGS/CONFIGURE_ENV. But patch the script to avoid running configure twice. ok aja@
13 lines
432 B
Plaintext
13 lines
432 B
Plaintext
$OpenBSD: patch-autogen_sh,v 1.1 2012/10/29 12:16:48 sthen Exp $
|
|
--- autogen.sh.orig Mon Oct 29 11:06:11 2012
|
|
+++ autogen.sh Mon Oct 29 11:06:39 2012
|
|
@@ -13,6 +13,8 @@ autoconf
|
|
autoheader
|
|
automake --foreign --include-deps --add-missing
|
|
|
|
+exit 0
|
|
+
|
|
if test -z "$*"; then
|
|
echo "I am going to run ./configure with no arguments - if you wish "
|
|
echo "to pass any to it, please specify them on the $0 command line."
|