summaryrefslogtreecommitdiff
path: root/www/php4/patches/patch-ab
blob: f35e73b538d8a7fcda376d1b34b8e920253efe12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ab,v 1.10 2002/10/02 23:48:07 wiz Exp $

--- pear/scripts/phpize.in.orig	Wed Jan 10 02:01:59 2001
+++ pear/scripts/phpize.in
@@ -25,7 +25,11 @@ sed \
 
 touch install-sh mkinstalldirs missing
 
-aclocal
-autoconf
-autoheader
+if [ -z "$ACLOCAL" ]; then ACLOCAL=aclocal; fi
+if [ -z "$AUTOCONF" ]; then AUTOCONF=autoconf; fi
+if [ -z "$AUTOHEADER" ]; then AUTOHEADER=autoheader; fi
+
+$ACLOCAL
+$AUTOCONF
+$AUTOHEADER
 libtoolize -f -c