[xiph-commits] r13881 - trunk/theora
giles at svn.xiph.org
giles at svn.xiph.org
Sat Sep 22 01:02:14 PDT 2007
Author: giles
Date: 2007-09-22 01:02:14 -0700 (Sat, 22 Sep 2007)
New Revision: 13881
Modified:
trunk/theora/configure.ac
Log:
Automake 1.10 warns that we need AM_PROG_CC_C_O to use per-target flags.
Apparently this has been true for some time, and it's only the warning
that was new. In any case, Automake 1.6 has this macro, so we add it.
Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac 2007-09-22 07:33:03 UTC (rev 13880)
+++ trunk/theora/configure.ac 2007-09-22 08:02:14 UTC (rev 13881)
@@ -42,6 +42,7 @@
AC_PROG_CPP
CFLAGS="$cflags_save"
+AM_PROG_CC_C_O
AM_PROG_LIBTOOL
dnl Add parameters for aclocal
More information about the commits
mailing list