From 20c176ab4b4e79436d7229f91cdda768bab64241 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Wed, 4 Aug 2004 14:40:48 +0000 Subject: [PATCH] configopts.html: Emphasize that options change. 2004-08-04 Phil Edwards * docs/html/configopts.html: Emphasize that options change. * docs/html/17_intro/configury.html: Update links. From-SVN: r85560 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/docs/html/17_intro/configury.html | 11 +++++++---- libstdc++-v3/docs/html/configopts.html | 5 +++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 287efec3665..8a811a8412b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2004-08-04 Phil Edwards + + * docs/html/configopts.html: Emphasize that options change. + * docs/html/17_intro/configury.html: Update links. + 2004-08-03 Paolo Carlini * include/bits/list.tcc: Trivial formatting fixes. diff --git a/libstdc++-v3/docs/html/17_intro/configury.html b/libstdc++-v3/docs/html/17_intro/configury.html index d099e596575..4b676f0405e 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.

No problem is insoluble in all conceivable circumstances.
-- The Cosmic AC, -The +The Last Question, by Isaac Asimov
    @@ -48,9 +48,11 @@ Last Question, by Isaac Asimov alt="Dependency graph in PNG graphics format. (Get a better browser!)" />

    Regenerate using a command sequence like - "aclocal-1.7 && autoconf2.50 && autoheader2.50 + "aclocal-1.7 && autoconf-2.59 && autoheader-2.59 && automake-1.7" as needed. And/or configure with - --enable-maintainer-mode. + --enable-maintainer-mode. The version numbers will vary depending on + the current + requirements and your vendor's choice of installation names.

    @@ -247,7 +249,8 @@ Last Question, by Isaac Asimov

    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 -quadrigraphs +quadrigraphs and you should use them whenever necessary.

  • 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 9d606da18b8..8ef9c42eb5d 100644 --- a/libstdc++-v3/docs/html/configopts.html +++ b/libstdc++-v3/docs/html/configopts.html @@ -35,8 +35,9 @@ options they all have opposite forms as well - (enable/disable and with/without). The defaults are for current - development sources. + (enable/disable and with/without). The defaults are for current + development sources, which may be different than those for + released versions.

    The canonical way to find out the configure options that are available for a given set of libstdc++ sources is to go to the -- 2.30.2