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:
  Show dependency tree
 
Reported: 2007-08-29 20:46 UTC by Tim Mooney
Modified: 2008-07-14 21:58 UTC (History)
1 user (show)

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 | Diff | 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

Note You need to log in before you can comment on or make changes to this bug.