aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorPhil Edwards <phil@codesourcery.com>2004-08-04 14:40:48 +0000
committerPhil Edwards <pme@gcc.gnu.org>2004-08-04 14:40:48 +0000
commit20c176ab4b4e79436d7229f91cdda768bab64241 (patch)
tree895955a40b8b7b7b6fa04ec0fd8201742a905ddb /libstdc++-v3/docs
parent5e9754afebd0a9433fd5b147fce4d39b687ea88d (diff)
downloadgcc-20c176ab4b4e79436d7229f91cdda768bab64241.zip
gcc-20c176ab4b4e79436d7229f91cdda768bab64241.tar.gz
gcc-20c176ab4b4e79436d7229f91cdda768bab64241.tar.bz2
configopts.html: Emphasize that options change.
2004-08-04 Phil Edwards <phil@codesourcery.com> * docs/html/configopts.html: Emphasize that options change. * docs/html/17_intro/configury.html: Update links. From-SVN: r85560
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r--libstdc++-v3/docs/html/17_intro/configury.html11
-rw-r--r--libstdc++-v3/docs/html/configopts.html5
2 files changed, 10 insertions, 6 deletions
diff --git a/libstdc++-v3/docs/html/17_intro/configury.html b/libstdc++-v3/docs/html/17_intro/configury.html
index d099e59..4b676f0 100644
--- a/libstdc++-v3/docs/html/17_intro/configury.html
+++ b/libstdc++-v3/docs/html/17_intro/configury.html
@@ -30,7 +30,7 @@ Canadian cross build.</code></p>
<blockquote>
No problem is insoluble in all conceivable circumstances.<br />
-- The Cosmic AC,
-<a href="http://people.inf.elte.hu/simi/szovegek/Asimov1.html">The
+<a href="http://mit.edu/tylerc/www/twt/LQ1.htm">The
Last Question</a>, by Isaac Asimov
</blockquote>
<ul>
@@ -48,9 +48,11 @@ Last Question</a>, by Isaac Asimov
alt="Dependency graph in PNG graphics format. (Get a better browser!)" /></p>
<p>Regenerate using a command sequence like
- <code>"aclocal-1.7 &amp;&amp; autoconf2.50 &amp;&amp; autoheader2.50
+ <code>"aclocal-1.7 &amp;&amp; autoconf-2.59 &amp;&amp; autoheader-2.59
&amp;&amp; automake-1.7"</code> as needed. And/or configure with
- --enable-maintainer-mode.
+ --enable-maintainer-mode. The version numbers will vary depending on
+ <a href="http://gcc.gnu.org/install/prerequisites.html">the current
+ requirements</a> and your vendor's choice of installation names.
</p>
@@ -247,7 +249,8 @@ Last Question</a>, by Isaac Asimov
<p>If you're wondering what that line noise in the last example was,
that's how you embed autoconf special characters in output text.
They're called
-<a href="http://www.gnu.org/manual/autoconf/html_node/autoconf_95.html#SEC95"><em>quadrigraphs</em></a>
+<a
+href="http://www.gnu.org/software/autoconf/manual/autoconf-2.57/html_node/autoconf_95.html#SEC95"><em>quadrigraphs</em></a>
and you should use them whenever necessary.</p></li>
<li><p>HELP-STRING is what you think it is. Do not include the "default"
text like we used to do; it will be done for you by GLIBCXX_ENABLE.
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html
index 9d606da..8ef9c42 100644
--- a/libstdc++-v3/docs/html/configopts.html
+++ b/libstdc++-v3/docs/html/configopts.html
@@ -35,8 +35,9 @@ options</a></h1>
<!-- This SECnn should be the "Choosing Package Options" section. -->
<a href="http://www.gnu.org/software/autoconf/manual/autoconf-2.57/html_node/autoconf_131.html#SEC131">they
all have opposite forms as well</a>
- (enable/disable and with/without). The defaults are for current
- development sources.
+ (enable/disable and with/without). The defaults are for <strong>current
+ development sources</strong>, which may be different than those for
+ released versions.
</p>
<p>The canonical way to find out the configure options that are
available for a given set of libstdc++ sources is to go to the