f83dda73c2
Mostly from maintainer Vadim Zhukov with a few changes from me.
17 lines
465 B
Plaintext
17 lines
465 B
Plaintext
$OpenBSD: patch-autogen_sh,v 1.1 2010/07/14 08:46:35 sthen Exp $
|
|
--- autogen.sh.orig Thu May 7 00:41:20 2009
|
|
+++ autogen.sh Tue Jul 13 22:42:51 2010
|
|
@@ -40,12 +40,9 @@ $LIBTOOLIZE --dry-run --install > /dev/null 2>&1 && {
|
|
LIBTOOLIZE_ARGS="--force --copy"
|
|
}
|
|
|
|
-echo This script runs configure ...
|
|
-
|
|
$LIBTOOLIZE $LIBTOOLIZE_ARGS
|
|
|
|
which acinclude >/dev/null 2>&1 && acinclude
|
|
which aclocal >/dev/null 2>&1 && aclocal
|
|
autoconf
|
|
|
|
-./configure ${CFGARGS} $*
|