1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-25 15:41:41 +02:00

* 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.
This commit is contained in:
David Shaw 2007-07-08 21:48:11 +00:00
parent de50a5a1e7
commit 3be2eb4b35
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-07-08 David Shaw <dshaw@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@jabberwocky.com>
* configure.ac: Add --enable-camellia. Disabled by default. Do

View File

@ -508,6 +508,7 @@ AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
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, :)