From: pme Date: Wed, 4 Aug 2004 14:40:48 +0000 (+0000) Subject: 2004-08-04 Phil Edwards X-Git-Tag: upstream/4.9.2~69022 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f8db1b151885a48c38fbb5acb58e8ac481056b3;p=platform%2Fupstream%2Flinaro-gcc.git 2004-08-04 Phil Edwards * docs/html/configopts.html: Emphasize that options change. * docs/html/17_intro/configury.html: Update links. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85560 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 287efec..8a811a8 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 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.

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 9d606da..8ef9c42 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