[jbig2-cvs] rev 455 - trunk

giles at ghostscript.com giles at ghostscript.com
Thu Oct 25 14:57:26 PDT 2007


Author: giles
Date: 2007-10-25 14:57:25 -0700 (Thu, 25 Oct 2007)
New Revision: 455

Modified:
   trunk/configure.ac
Log:
Add AM_PROG_CC_C_O as requested by automake 1.10.


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2007-02-06 08:10:58 UTC (rev 454)
+++ trunk/configure.ac	2007-10-25 21:57:25 UTC (rev 455)
@@ -11,6 +11,7 @@
 
 # Checks for programs.
 AC_PROG_CC
+AM_PROG_CC_C_O
 AC_PROG_RANLIB
 
 # platform specific compiler flags



More information about the jbig2-cvs mailing list