libstdc++/bits c++config.h.in
bkoz@sourceware.cygnus.com
bkoz@sourceware.cygnus.com
Wed Feb 2 00:46:00 GMT 2000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: bkoz@sourceware.cygnus.com 00/02/02 00:46:03
Removed files:
bits : c++config.h.in
Log message:
2000-02-02 Benjamin Kosnik <bkoz@cygnus.com>
Alexandre Petit-Bianco <apbianco@cygnus.com>
* mkc++config: New file. Put autoconf macros into _GLIBCPP_
namespace instead of polluting global namespace with duplicate
autoconf output.
* configure.in (AC_OUTPUT): Don't need to generate bits/config.h
here anymore. . .
(AC_OUTPUT_COMMANDS): Make it here.
* configure: Regenerate.
* bits/c++config.h.in (_CPP_CPPCONFIG): Change. Tweak. Remove
endif, as now we will add it manually.
Move to this file. . .
* bits/c++config.h: New file. Same as old c++config.h.in except
the ending macro guard is now appended manually.
* bits/locale_facets.tcc: Change HAVE_* macros to _GLIBCPP_HAVE_*.
* bits/std_cmath.h: Same here.
* bits/std_cwchar.h: And here.
* src/locale.cc: And here.
* src/complexl.cc: And here.
* math/mathconf.h: Change to include "config.h" instead of
bits/c++config.h.
More information about the Libstdc++-cvs
mailing list