aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/html/configopts.html
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2000-12-21 22:52:51 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2000-12-21 22:52:51 +0000
commite3123ab3ba590f773d15fe7e7969f5ed0feb27e9 (patch)
tree0dfad2ca73e4a58641a63bfffe07273ee77b0d63 /libstdc++-v3/docs/html/configopts.html
parent3546ef587fdb117bb7b2906d18b392c46b5d1dbe (diff)
downloadgcc-e3123ab3ba590f773d15fe7e7969f5ed0feb27e9.zip
gcc-e3123ab3ba590f773d15fe7e7969f5ed0feb27e9.tar.gz
gcc-e3123ab3ba590f773d15fe7e7969f5ed0feb27e9.tar.bz2
configure.in: Change GLIBCPP_ENABLE_SHADOW to GLIBCPP_ENABLE_CHEADERS.
2000-12-21 Benjamin Kosnik <bkoz@redhat.com> * configure.in: Change GLIBCPP_ENABLE_SHADOW to GLIBCPP_ENABLE_CHEADERS. * acinclude.m4 (GLIBCPP_ENABLE_SHADOW): Change to ENABLE_CHEADERS. C_INCLUDE_DIR defaults to c_std from c. * aclocal.m4: Regenerate. * configure: Regenerate. * include/c: Move to ... * include/c_std: ...here. * include/c_std: Move to ... * include/c_shadow: ...here. * include/c: Repopulate, with simple headers. * docs/html/configopts.html: Adjust docs. From-SVN: r38432
Diffstat (limited to 'libstdc++-v3/docs/html/configopts.html')
-rw-r--r--libstdc++-v3/docs/html/configopts.html14
1 files changed, 8 insertions, 6 deletions
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html
index a4bdd5e..73230ae 100644
--- a/libstdc++-v3/docs/html/configopts.html
+++ b/libstdc++-v3/docs/html/configopts.html
@@ -7,7 +7,7 @@
<META NAME="GENERATOR" CONTENT="vi and eight fingers">
<TITLE>libstdc++-v3 configure options</TITLE>
<LINK REL=StyleSheet HREF="lib3styles.css">
-<!-- $Id: configopts.html,v 1.18 2000/12/03 23:47:46 jsm28 Exp $ -->
+<!-- $Id: configopts.html,v 1.1 2000/12/10 04:03:08 pme Exp $ -->
</HEAD>
<BODY>
@@ -75,10 +75,12 @@ options</A></H1>
templates and the like).
</P>
- <DT><TT>--enable-cshadow-headers </TT>
- <DD><P>This turns on the code to construct shadowed C headers, and to
- use c headers in the std:: namespace. Very experimental as of
- this writing.
+ <DT><TT>--enable-cheaders=OPTION </TT>
+ <DD><P>This allows the user to define what kind of C headers are
+ used. Options are: c, c_std, and c_shadow. These correspond
+ to the source directory's include/c, include/c_std, and
+ include/c_shadow directories.
+ The default is c_std.
</P>
<DT><TT>--enable-threads </TT>
@@ -167,7 +169,7 @@ options</A></H1>
<HR>
<P CLASS="fineprint"><EM>
-$Id: configopts.html,v 1.18 2000/12/03 23:47:46 jsm28 Exp $
+$Id: configopts.html,v 1.1 2000/12/10 04:03:08 pme Exp $
</EM></P>