[svn] GnuPG - r4538 - branches/STABLE-BRANCH-1-4

svn author dshaw cvs at cvs.gnupg.org
Sun Jul 8 23:48:42 CEST 2007


Author: dshaw
Date: 2007-07-08 23:48:11 +0200 (Sun, 08 Jul 2007)
New Revision: 4538

Modified:
   branches/STABLE-BRANCH-1-4/ChangeLog
   branches/STABLE-BRANCH-1-4/configure.ac
Log:
* configure.ac: AM_PROG_CC_C_O is desired by automake 1.10 to do
per-target builds (like we do in the keyserver dir), but exists in the
currently-used 1.9.3 as well.


Modified: branches/STABLE-BRANCH-1-4/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/ChangeLog	2007-07-06 23:36:33 UTC (rev 4537)
+++ branches/STABLE-BRANCH-1-4/ChangeLog	2007-07-08 21:48:11 UTC (rev 4538)
@@ -1,3 +1,9 @@
+2007-07-08  David Shaw  <dshaw at jabberwocky.com>
+
+	* configure.ac: AM_PROG_CC_C_O is desired by automake 1.10 to do
+	per-target builds (like we do in the keyserver dir), but exists in
+	the currently-used 1.9.3 as well.
+
 2007-06-13  David Shaw  <dshaw at jabberwocky.com>
 
 	* configure.ac: Add --enable-camellia.  Disabled by default.  Do

Modified: branches/STABLE-BRANCH-1-4/configure.ac
===================================================================
--- branches/STABLE-BRANCH-1-4/configure.ac	2007-07-06 23:36:33 UTC (rev 4537)
+++ branches/STABLE-BRANCH-1-4/configure.ac	2007-07-08 21:48:11 UTC (rev 4538)
@@ -508,6 +508,7 @@
 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
 AC_PROG_CC
+AM_PROG_CC_C_O
 AC_PROG_CPP
 AC_PROG_RANLIB
 AC_CHECK_TOOL(AR, ar, :)




More information about the Gnupg-commits mailing list