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.
+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:
echo timestamp > stamp-h.in 2> /dev/null
tool_run "$autoconf"
-tool_run "$automake" "-a -c"
+tool_run "$automake" "-a -c -Wno-portability"
# if enable exists, add an -enable option for each of the lines in that file
if test -f enable; then
-Subproject commit 970759077c95ee4e85650db023ac6f974e2aa5e1
+Subproject commit 49c2fc5c9bff0e9858e89978bd98164a386de51d
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
+dnl find a compiler
+AC_PROG_CC
+
+dnl check if the compiler supports '-c' and '-o' options
+AM_PROG_CC_C_O
+
AG_GST_ARG_GCOV
dnl check for python