1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* Makefile.am (SUBDIRS): Add intl.

(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add scripts/config.rpath.
* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in,
(AL_LINGUAS): Removed.
This commit is contained in:
Werner Koch 2003-10-25 16:26:09 +00:00
parent bc45e6e065
commit ea5d88c430
5 changed files with 447 additions and 133 deletions

9
TODO
View file

@ -1,3 +1,12 @@
W32:
gpgkeys_ldap.c: In function `ldap_to_gpg_err':
gpgkeys_ldap.c:97: `LDAP_OPT_ERROR_NUMBER' undeclared (first use in this function)
gpgkeys_ldap.c:97: (Each undeclared identifier is reported only once
gpgkeys_ldap.c:97: for each function it appears in.)
make[2]: *** [gpgkeys_ldap.o] Error 1
* Reword the "Not enough entropy" messages.
* Do we need a configure test for putenv?