After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 596768 - FIX: Compiling warning for python
FIX: Compiling warning for python
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: buildsystem
1.2.x
Other Linux
: Normal normal
: 1.2.9
Assigned To: epiotr
epiotr
Depends on:
Blocks:
 
 
Reported: 2009-09-29 18:23 UTC by nm
Modified: 2009-09-30 05:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description nm 2009-09-29 18:23:44 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.
Comment 1 epiotr 2009-09-30 05:59:31 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.