GNOME Bugzilla – Bug 596768
FIX: Compiling warning for python
Last modified: 2009-09-30 05:59:31 UTC
On my system the error: Running aclocal-1.11... m4/python.m4:4: warning: underquoted definition of AM_CHECK_PYMOD m4/python.m4:4: run info '(automake)Extending aclocal' m4/python.m4:4: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal comes up during autogen.sh. The fix for this compiling error is to change the file: m4/python.m4 from: AC_DEFUN(AM_CHECK_PYMOD, to: AC_DEFUN([AM_CHECK_PYMOD], And the warning will be gone.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.