]> granicus.if.org Git - php/commitdiff
MFH missing fixes required by autoconf 2.6x
authorAntony Dovgal <tony2001@php.net>
Thu, 30 Nov 2006 22:13:57 +0000 (22:13 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 30 Nov 2006 22:13:57 +0000 (22:13 +0000)
fixes bug #39696

acinclude.m4
configure.in

index 5cca7198740f6f2ac0c332e3aa6af9615aef2c6c..09baff0fec90f371da3be139c90c36293b2f6fde 100644 (file)
@@ -591,6 +591,7 @@ EOF
   done
   echo '"[$]@"' >> $1
   chmod +x $1
+  PHP_SUBST_OLD(CONFIGURE_COMMAND)
 ])
 
 AC_DEFUN([PHP_TIME_R_TYPE],[
index 4469b11a51257ca21834a34c1bc70e74c6e265de..e6fa64e726cf54e720456c7f0175daf046e924c4 100644 (file)
@@ -31,9 +31,6 @@ AC_PREREQ(2.13)
 AC_INIT(README.CVS-RULES)
 
 PHP_CONFIG_NICE(config.nice)
-for arg in $0 "$@"; do
-  CONFIGURE_COMMAND="$CONFIGURE_COMMAND '$arg'"
-done
 
 PHP_CANONICAL_HOST
 AC_CONFIG_HEADER(main/php_config.h)