]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure.in (AC_C_INLINE): Added.
authorPhilipp Thomas <pthomas@suse.de>
Tue, 6 Jun 2000 07:23:42 +0000 (07:23 +0000)
committerPhilipp Thomas <pthomas@gcc.gnu.org>
Tue, 6 Jun 2000 07:23:42 +0000 (07:23 +0000)
commit603832a03e9a6e270400e413fca78bb4205cb456
tree4e523690464052c2689436ad3bd3941b891bbc36
parentf519a4527d3c69dc0f03b10c5c98be6799a913eb
configure.in (AC_C_INLINE): Added.

gcc/:
        * configure.in (AC_C_INLINE): Added.
* configure: Regenerate.

gcc/java:
* Makefile.in (INTLLIBS): New.
(LIBS): Add above.
(DEPLIBS): Ditto.

gcc/f:
* Makefile.in(INTLLIBS): New macro.
(LIBS): Add INTLLIBS.
(DEPLIBS): Likewise.

gcc/ch:
* Makefile.in: Changed to be processed by configure.
(INTLLIBS): New macro.
(LIBS): Add INTLLIBS.
(DEPLIBS): Likewise.
* config-lang(outputs): Specify ch/Makefile.

gcc/po:
* Makefile.in.in: Add --define switch for xgettext.

gcc/intl:
* Makefile.in: Add -DIN_GCC to DEFS, add appropriate -I switches.
* dcgettext.c: Define _GNU_SOURCE before any system header is
included. Guard getcwd declaration with HAVE_DECL_GETCWD.
* loadmsgcat.c (_nl_load_domain): Cast st.st_size in compaison to
size_t.
* localealias.c: Define _GNU_SOURCE before any system header is
included. Don't use return value of memcpy because it could be a
macro defined in terms of bcopy.
(read_alias_file): Remove HAVE_MEMCPY guard and just don't use the
return value of memcpy. Cast argument to fgets and strlen to char *.
* explodename.c (_nl_explode_name): Cast codeset to unsigned char **
in call to _nl_normalize_codeset.
* l10nflist.c: Define _GNU_SOURCE before any system header is
included.

From-SVN: r34423
18 files changed:
gcc/ch/ChangeLog
gcc/ch/Makefile.in
gcc/ch/config-lang.in
gcc/configure.in
gcc/f/ChangeLog
gcc/f/Makefile.in
gcc/intl/ChangeLog
gcc/intl/Makefile.in
gcc/intl/dcgettext.c
gcc/intl/explodename.c
gcc/intl/l10nflist.c
gcc/intl/loadmsgcat.c
gcc/intl/localealias.c
gcc/java/ChangeLog
gcc/java/Make-lang.in
gcc/java/Makefile.in
gcc/po/ChangeLog
gcc/po/Makefile.in.in