From 438cc7f2013308cebe90d10fff696a0915cc1885 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sun, 15 May 2011 06:09:21 +0000 Subject: Drop support for autoconf < 2.60 in trunk and the new PHP_5_4 branch. autoconf >= 2.60 should finally be working now. --- scripts/phpize.in | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/phpize.in') diff --git a/scripts/phpize.in b/scripts/phpize.in index 40ccc77b1f..43cd8d30ff 100644 --- a/scripts/phpize.in +++ b/scripts/phpize.in @@ -2,6 +2,7 @@ # Variable declaration prefix='@prefix@' +datarootdir='@datarootdir@' exec_prefix="`eval echo @exec_prefix@`" phpdir="`eval echo @libdir@`/build" includedir="`eval echo @includedir@`/php" -- cgit v1.2.1