]> granicus.if.org Git - php/commitdiff
- Return of the automake requirement.
authorfoobar <sniper@php.net>
Tue, 25 Jan 2005 12:53:43 +0000 (12:53 +0000)
committerfoobar <sniper@php.net>
Tue, 25 Jan 2005 12:53:43 +0000 (12:53 +0000)
# Unfortunately we can't control what macros are used by the 3rd party
# extensions so..

scripts/phpize.in

index 6d09cf98d0f68668da316882ae39fb67a81966be..1901323471d6da3da51418327b29e7dea6ab66b5 100644 (file)
@@ -90,6 +90,7 @@ phpize_copy_files()
  
   (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_replace_prefix()
 
 phpize_autotools()
 {
-  cat acinclude.m4 ./build/libtool.m4 > aclocal.m4 || exit 1
+  aclocal    || exit 1
   autoconf   || exit 1
   autoheader || exit 1
 }