mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-03 21:21:08 +01: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:
parent
de50a5a1e7
commit
3be2eb4b35
@ -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
|
||||
|
@ -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, :)
|
||||
|
Loading…
x
Reference in New Issue
Block a user