From: Operating system: gentoo linux 2.6.30 PHP version: 5.3SVN-2010-05-04 (snap) Package: Compile Warning Bug Type: Bug Bug description:acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted
Description: ------------ When building an extension I've written, aclocal displays a warning that the macro PHP_CHECK_SIZEOF is "underquoted." I have confirmed this by checking line 1098 of the acinclude.m4 file that gets copied after phpize is run. According to the autoconf documentation, all macros should be surrounded by quotes. http://www.gnu.org/software/autoconf/manual/autoconf.html#Macro- Definitions Expected result: ---------------- No warnings should be displayed when the aclocal command is executed. Actual result: -------------- acinclude.m4:1098: warning: underquoted definition of PHP_CHECK_SIZEOF acinclude.m4:1098: run info '(automake)Extending aclocal' acinclude.m4:1098: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal -- Edit bug report at http://bugs.php.net/bug.php?id=51740&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=51740&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=51740&r=trysnapshot53 Try a snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=51740&r=trysnapshot60 Fixed in SVN: http://bugs.php.net/fix.php?id=51740&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=51740&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=51740&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=51740&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=51740&r=needscript Try newer version: http://bugs.php.net/fix.php?id=51740&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=51740&r=support Expected behavior: http://bugs.php.net/fix.php?id=51740&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=51740&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=51740&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=51740&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=51740&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=51740&r=dst IIS Stability: http://bugs.php.net/fix.php?id=51740&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=51740&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=51740&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=51740&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=51740&r=mysqlcfg