]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Tue, 7 Jun 2005 21:57:13 +0000 (21:57 +0000)
committerfoobar <sniper@php.net>
Tue, 7 Jun 2005 21:57:13 +0000 (21:57 +0000)
scripts/Makefile.frag
scripts/phpize.in

index c4f2127f5246781c78241678d7c2051cb10b69f9..c2bdbf47a14aad9bf35d3cf31f10ab2db643c550 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 phpincludedir = $(includedir)/php
-phpbuilddir = $(prefix)/lib/php/build
+phpbuilddir = $(libdir)/build
 
 BUILD_FILES = \
        scripts/phpize.m4 \
index 3a901743681db61eb7224c34d1697d20f88ee3e6..25835a38a6c6119e2a59e12224c87eb2d7713de2 100644 (file)
@@ -2,8 +2,8 @@
 
 # Variable declaration
 prefix='@prefix@'
-phpdir="$prefix/lib/php/build"
-includedir="$prefix/include/php"
+phpdir="@libdir@/build"
+includedir="@includedir@/php"
 builddir="`pwd`"
 
 FILES_BUILD="mkdep.awk scan_makefile_in.awk shtool libtool.m4"