summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-01-10 12:51:21 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-01-10 12:51:21 +0000
commitcb1a86176d53a451a8d4d6224569aef80b909424 (patch)
treeb21475b124708c5b001eb739140ff8762027c04b /ChangeLog
parentcd3d33a4a6c58d9126d6a7a6faeb257a661f1aec (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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 151c2b1..67871f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: