diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-10 12:51:21 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-10 12:51:21 +0000 |
commit | cb1a86176d53a451a8d4d6224569aef80b909424 (patch) | |
tree | b21475b124708c5b001eb739140ff8762027c04b /ChangeLog | |
parent | cd3d33a4a6c58d9126d6a7a6faeb257a661f1aec (diff) |
autogen.sh: Add -Wno-portability to the automake parameters to stop warnings about GNU make extensions being used. We...
Original commit message from CVS:
* autogen.sh:
Add -Wno-portability to the automake parameters to stop warnings
about GNU make extensions being used. We require GNU make in almost
every Makefile anyway.
* configure.ac:
Check for a working C compiler with AC_PROG_CC.
Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
at the same time is required for per target flags.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2008-01-10 Sebastian Dröge <slomo@circular-chaos.org> + + * autogen.sh: + Add -Wno-portability to the automake parameters to stop warnings + about GNU make extensions being used. We require GNU make in almost + every Makefile anyway. + + * configure.ac: + Check for a working C compiler with AC_PROG_CC. + + Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o + at the same time is required for per target flags. + 2008-01-01 Edward Hervey <edward.hervey@collabora.co.uk> * gst/Makefile.am: |