summaryrefslogtreecommitdiff
path: root/scripts/phpize.in
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2011-05-15 06:09:21 +0000
committerRasmus Lerdorf <rasmus@php.net>2011-05-15 06:09:21 +0000
commit438cc7f2013308cebe90d10fff696a0915cc1885 (patch)
treef436695d8d658154b2cc40cf5735d504db2abb88 /scripts/phpize.in
parent08792f6f9bbf1e3cb905fc4719a37952b115dd10 (diff)
downloadphp-git-438cc7f2013308cebe90d10fff696a0915cc1885.tar.gz
Drop support for autoconf < 2.60 in trunk and the
new PHP_5_4 branch. autoconf >= 2.60 should finally be working now.
Diffstat (limited to 'scripts/phpize.in')
-rw-r--r--scripts/phpize.in1
1 files changed, 1 insertions, 0 deletions
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"