sniper          Tue Jan 25 07:53:43 2005 EDT

  Modified files:              
    /php-src/scripts    phpize.in 
  Log:
  - Return of the automake requirement. 
  # Unfortunately we can't control what macros are used by the 3rd party 
  # extensions so..
  
  
http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.17&r2=1.18&ty=u
Index: php-src/scripts/phpize.in
diff -u php-src/scripts/phpize.in:1.17 php-src/scripts/phpize.in:1.18
--- php-src/scripts/phpize.in:1.17      Sat Jan 22 15:30:05 2005
+++ php-src/scripts/phpize.in   Tue Jan 25 07:53:43 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