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 471559 - add AM_PROG_CC_C_O to configure.ac for recent automake
add AM_PROG_CC_C_O to configure.ac for recent automake
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
2.13.x
Other Solaris
: Normal minor
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-29 20:46 UTC by Tim Mooney
Modified: 2008-07-14 21:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add AM_PROG_CC_C_O to configure.ac to pacify recent automake (254 bytes, patch)
2007-08-29 20:47 UTC, Tim Mooney
none Details | Review

Description Tim Mooney 2007-08-29 20:46:45 UTC
If you rebuild the Makefile.ins from the Makefile.ams with recent automake (I'm using 1.10), automake complains:

$ automake --add-missing --copy --force 
automake: compiling `generate-constants.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
gobject/Makefile.am:32:   while processing program `generate-constants'


The patch to do what it's suggesting is attached.
Comment 1 Tim Mooney 2007-08-29 20:47:31 UTC
Created attachment 94574 [details] [review]
add AM_PROG_CC_C_O to configure.ac to pacify recent automake
Comment 2 Johan (not receiving bugmail) Dahlin 2008-07-14 21:58:36 UTC
2008-07-14  Johan Dahlin  <johan@gnome.org>

        Bug 471559 – add AM_PROG_CC_C_O to configure.ac for recent automake     
        * configure.ac:
        Patch by Tim Mooney