1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

Updated to automake 1.10.

Use latest texinfo.tex.
Typo and grammar fix.
This commit is contained in:
Werner Koch 2007-05-04 12:04:26 +00:00
parent 2ec906db3a
commit 174521f8da
8 changed files with 4864 additions and 2984 deletions

View file

@ -2,7 +2,9 @@
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-mailto
* configure.ac (AC_CONFIG_FILES): Rename gpgkeys_ to gpg2keys_.
* configure.ac: Require automake 1.10
(AC_CONFIG_FILES): Rename gpgkeys_ to gpg2keys_.
(AM_PROG_CC_C_O): New.
2007-03-08 Werner Koch <wk@g10code.com>