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

* configure.ac (ALL_LINGUAS): Removed.

* Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL.

* Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL.

* ca.po: Updated.

* autogen.sh: Run aclocal with -I m4.

* Makefile.am: Replaced INTLLIBS by LIBINTL.

* Makefile.am (http-test): Replaced INTLLIBS by LIBINTL.
This commit is contained in:
Werner Koch 2004-08-09 19:47:08 +00:00
parent 3deac5e8b1
commit c6b88a12dd
42 changed files with 3545 additions and 4857 deletions

View file

@ -1,3 +1,7 @@
2004-08-09 Werner Koch <wk@g10code.de>
* autogen.sh: Run aclocal with -I m4.
2004-07-20 Werner Koch <wk@gnupg.org>
* mk-w32-dist: Do not convert zh_CN.

View file

@ -250,7 +250,7 @@ if test "$DIE" = "yes"; then
fi
echo "Running aclocal..."
aclocal
aclocal -I m4
echo "Running autoheader..."
autoheader
echo "Running automake --gnu ..."