diff options
Diffstat (limited to 'www/php4/patches/patch-ab')
-rw-r--r-- | www/php4/patches/patch-ab | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/php4/patches/patch-ab b/www/php4/patches/patch-ab index f35e73b538d..815a3dd2772 100644 --- a/www/php4/patches/patch-ab +++ b/www/php4/patches/patch-ab @@ -1,19 +1,21 @@ -$NetBSD: patch-ab,v 1.10 2002/10/02 23:48:07 wiz Exp $ +$NetBSD: patch-ab,v 1.11 2003/02/03 23:53:25 jlam Exp $ ---- pear/scripts/phpize.in.orig Wed Jan 10 02:01:59 2001 +--- pear/scripts/phpize.in.orig Wed Apr 17 06:35:59 2002 +++ pear/scripts/phpize.in -@@ -25,7 +25,11 @@ sed \ +@@ -25,7 +25,12 @@ sed \ touch install-sh mkinstalldirs missing -aclocal -autoconf -autoheader +-libtoolize -f -c +if [ -z "$ACLOCAL" ]; then ACLOCAL=aclocal; fi +if [ -z "$AUTOCONF" ]; then AUTOCONF=autoconf; fi +if [ -z "$AUTOHEADER" ]; then AUTOHEADER=autoheader; fi ++if [ -z "$LIBTOOLIZE" ]; then LIBTOOLIZE=libtoolize; fi + +$ACLOCAL +$AUTOCONF +$AUTOHEADER - libtoolize -f -c ++$LIBTOOLIZE -f -c |