acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): New macro.

2000-10-21  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

	* acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): New macro.
	* aclocal.m4: Regenerate.
	* configure.in: Use it.
	* configure: Regenerate.
	* src/complexl.cc: Fixup.
	* include/c_std/bits/std_cmath.h: Fixup.
	* include/c/bits/std_cmath.h: Fixup.
	* docs/configopts.html: Add docs.

From-SVN: r36999
This commit is contained in:
Benjamin Kosnik 2000-10-21 19:43:13 +00:00 committed by Benjamin Kosnik
parent 9fedcfd5a3
commit fac045536f
2 changed files with 10 additions and 2 deletions

View File

@ -7,6 +7,7 @@
* src/complexl.cc: Fixup.
* include/c_std/bits/std_cmath.h: Fixup.
* include/c/bits/std_cmath.h: Fixup.
* docs/configopts.html: Add docs.
* docs/links.html: Add links to defects list, standards FAQ.

View File

@ -9,7 +9,7 @@
<TITLE>libstdc++-v3 configure options</TITLE>
<LINK REL="home" HREF="http://sources.redhat.com/libstdc++/">
<LINK REL=StyleSheet HREF="lib3styles.css">
<!-- $Id: configopts.html,v 1.11 2000/10/16 00:20:42 pme Exp $ -->
<!-- $Id: configopts.html,v 1.12 2000/10/21 00:51:49 jsm28 Exp $ -->
</HEAD>
<BODY>
@ -80,6 +80,13 @@ options</A></H1>
templates and the like).
</P>
<DT><TT>--enable-long-double </TT>
<DD><P>The &quot;long double&quot; type was introduced in C99. It is
provided as a GNU extension to C++98 in g++. This flag builds
support for &quot;long double&quot; into the library (specialized
templates and the like).
</P>
<DT><TT>--enable-namespaces </TT>[default]
<DD><P>By default, g++ currently ignores namespace <TT>std</TT> for
backwards compatibility. It can be turned on with the
@ -177,7 +184,7 @@ options</A></H1>
<HR>
<P CLASS="fineprint"><EM>
$Id: configopts.html,v 1.11 2000/10/16 00:20:42 pme Exp $
$Id: configopts.html,v 1.12 2000/10/21 00:51:49 jsm28 Exp $
</EM></P>