]> git.pld-linux.org Git - packages/php.git/blame - php-phpize_fixes.patch
- merged from php4.spec and adjusted for Ra
[packages/php.git] / php-phpize_fixes.patch
CommitLineData
84a06529 1===================================================================
2RCS file: /repository/php-src/scripts/phpize.in,v
3retrieving revision 1.1.2.7
4retrieving revision 1.1.2.9
5diff -p --unified=3 -r1.1.2.7 -r1.1.2.9
6--- scripts/phpize.in 2003/08/27 17:57:32 1.1.2.7
7+++ scripts/phpize.in 2003/11/14 03:21:15 1.1.2.9
8@@ -10,7 +10,7 @@ FILES="acinclude.m4 Makefile.global"
9 CLEAN_FILES="$FILES *.lo *.la *.o .deps .libs/ build/ include/ modules/ install-sh \
10 mkinstalldirs missing config.nice config.sub config.guess configure configure.in \
11 aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache \
12- config.log config.status Makefile Makefile.fragments Makefile.objects"
13+ config.log config.status Makefile Makefile.fragments Makefile.objects confdefs.h"
14
15 case "$1" in
16 # Cleanup
17@@ -57,6 +57,13 @@ touch install-sh mkinstalldirs missing
18 aclocal || exit 1
19 autoconf || exit 1
20 autoheader || exit 1
21+test -x $builddir/build/shtool || chmod +x $builddir/build/shtool
22+if test ! -x $builddir/build/shtool; then
23+ echo "shtool at '$builddir/build/shtool' not executable. "
24+ echo "Make sure that the file exists and is executable and then rerun this script. "
25+ echo
26+ exit 1
27+fi
28 libtoolize=`$builddir/build/shtool path glibtoolize libtoolize`
29 $libtoolize -f -c || exit 1
30
This page took 0.197343 seconds and 4 git commands to generate.