sniper          Tue Jan 25 07:55:56 2005 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    NEWS 
    /php-src/scripts    phpize.in 
  Log:
  MFH: - Return of the automake requirement
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.815&r2=1.1247.2.816&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.815 php-src/NEWS:1.1247.2.816
--- php-src/NEWS:1.1247.2.815   Fri Jan 21 20:19:48 2005
+++ php-src/NEWS        Tue Jan 25 07:55:55 2005
@@ -2,7 +2,7 @@
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? ????, Version 4.3.11
 - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
-- Changed phpize not to require automake and libtool. (Jani)
+- Changed phpize not to require libtool. (Jani)
 - Fixed build system to always use bundled libtool files. (Jani)  
 - Fixed MacOSX shared extensions crashing on Apache startup. (Rasmus)
 - Fixed bug #31623 (OCILogin does not support password grace period).
http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.1.2.12&r2=1.1.2.13&ty=u
Index: php-src/scripts/phpize.in
diff -u php-src/scripts/phpize.in:1.1.2.12 php-src/scripts/phpize.in:1.1.2.13
--- php-src/scripts/phpize.in:1.1.2.12  Sat Jan 22 15:30:15 2005
+++ php-src/scripts/phpize.in   Tue Jan 25 07:55:55 2005
@@ -90,6 +90,7 @@
  
   (cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
   (cd "$phpdir" && cp $FILES "$builddir")
+  (cd "$builddir" && cat ./build/libtool.m4 >> acinclude.m4)
 }
 
 phpize_replace_prefix()
@@ -101,7 +102,7 @@
 
 phpize_autotools()
 {
-  cat acinclude.m4 ./build/libtool.m4 > aclocal.m4 || exit 1
+  aclocal    || exit 1
   autoconf   || exit 1
   autoheader || exit 1
 }

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to