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:
parent
3deac5e8b1
commit
c6b88a12dd
42 changed files with 3545 additions and 4857 deletions
|
@ -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.
|
||||
|
|
|
@ -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 ..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue