]> granicus.if.org Git - php/commitdiff
- Proper fix for phpize when dealing with PECL
authorfoobar <sniper@php.net>
Sun, 5 Jun 2005 12:58:59 +0000 (12:58 +0000)
committerfoobar <sniper@php.net>
Sun, 5 Jun 2005 12:58:59 +0000 (12:58 +0000)
scripts/phpize.in
scripts/phpize.m4

index f4530667cb811e95fc25c718452cc82b428b0306..3a901743681db61eb7224c34d1697d20f88ee3e6 100644 (file)
@@ -114,7 +114,7 @@ phpize_copy_files()
  
   (cd "$phpdir" && cp $FILES_BUILD "$builddir"/build)
   (cd "$phpdir" && cp $FILES "$builddir")
-  (cd "$builddir" && cat ./build/libtool.m4 acinclude.m4 > aclocal.m4)
+  (cd "$builddir" && cat acinclude.m4 ./build/libtool.m4 > aclocal.m4)
 }
 
 phpize_replace_prefix()
index 916004cea4c4ceb1f979f8378a62814d9efd394f..fd3caa0c26bb213f0434053d4b165a7013686bdc 100644 (file)
@@ -1,5 +1,8 @@
 dnl This file becomes configure.in for self-contained extensions.
 
+divert(1)
+
+AC_PREREQ(2.13)
 AC_INIT(config.m4)
 
 PHP_CONFIG_NICE(config.nice)