WCHAR_MIN; WCHAR_MAX

Ulrich Drepper drepper@cygnus.com
Thu Oct 7 12:42:00 GMT 1999


Benjamin Kosnik <bkoz@cygnus.com> writes:

> I want something like AM_CONDITIONAL but for autoconf, so that I can
> generate headers on the fly at configure time, depending on things that
> autoconf has already tested for (like for the exampe below,
> _GLIBCPP_DONT_USE_WCHAR removes the wchar bits for mknumeric_limits)

Hum, how is this different from AC_DEFINE which influences config.h?
Since mknumeric_limits does not get installed it is fine to rely on
config.h.

> > Alternatively require using using the versions of the OSes which have
> > the necessary definitions or fixincludes cleans up the mess.  I would
> > prefer this since it's much cleaner.
> 
> Dude, I'll do most of the work, but I just need a clean example that I can
> clone. 

I have no experiences with the new fixincludes scheme.  There should
be a contact.  One name which appears often in the ChangeLog is

	Bruce Korb <ddsinc09@ix.netcom.com>

Maybe you can ask him.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


More information about the Libstdc++ mailing list