acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Remove test != "0".
authorBenjamin Kosnik <bkoz@purist.soma.redhat.com>
Tue, 12 Sep 2000 01:06:03 +0000 (01:06 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 12 Sep 2000 01:06:03 +0000 (01:06 +0000)
commit5219f1623366a6a222a74019243674aa33786f94
treea776a2942796e691930e8fb7d616c5433ee91dcc
parent97ca931623347494488bb230746d8881d89cb782
acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Remove test != "0".

2000-09-11  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Remove test != "0".
* aclocal.m4: Regenerate.
* configure: Regenerate.

* bits/c++config (__GLIBCPP__): Update, in the hopes of making a
snapshot release soon.
(_GNU_SOURCE): Define this in the header files, as ISO C99 support
is pretty much assumed.

* testsuite/22_locale/global_templates.cc: New file. Add tests for
use_facet and has_facet.

* bits/codecvt.h (codecvt<_InT, _ExT, __enc_traits>::do_out):
Modify/correct iconv signatures for glibc2.2.

From-SVN: r36344
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/bits/c++config
libstdc++-v3/bits/codecvt.h
libstdc++-v3/configure
libstdc++-v3/libio/Makefile.in
libstdc++-v3/testsuite/22_locale/global_templates.cc [new file with mode: 0644]