aclocal.m4 (AM_WITH_NLS): Also create and substitute INTLDEPS variable, which does...
authorZack Weinberg <zack@gcc.gnu.org>
Sun, 21 Oct 2001 16:29:13 +0000 (16:29 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sun, 21 Oct 2001 16:29:13 +0000 (16:29 +0000)
commit77c068446e143cc8f95e276eadee7528f3142105
treedfa7b9988fd3c5fba37514a5565ef80a3a944d04
parent957569499bc92b4c796f0d112a134d90707a47b8
aclocal.m4 (AM_WITH_NLS): Also create and substitute INTLDEPS variable, which does not include $LIBICONV.

* aclocal.m4 (AM_WITH_NLS): Also create and substitute
INTLDEPS variable, which does not include $LIBICONV.
* Makefile.in: Use INTLDEPS in LIBDEPS.
* configure: Regenerate.

intl:
* dcigettext.c: Don't use #elif.
* gettextP.h: Prototype nls_uint32 and locale_charset here.
Always define ZERO to 1 to avoid warnings (ZERO is used in
flexible-array-member declarations).
* loadmsgcat.c: Apply __extension__ to structure definitions
using C99 designated initializer syntax.
Do not prototype locale_charset here.
* localcharset.c: Prototype get_charset_aliases before use.
Get rid of STATIC nonsense.

From-SVN: r46394
gcc/ChangeLog
gcc/Makefile.in
gcc/aclocal.m4
gcc/configure
gcc/intl/ChangeLog
gcc/intl/dcigettext.c
gcc/intl/gettextP.h
gcc/intl/loadmsgcat.c
gcc/intl/localcharset.c