From: Gerald Pfeifer Date: Sat, 11 Oct 2025 10:18:56 +0000 (+0200) Subject: libstdc++: Update Autoconf manual link X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a8b4fa50707ce1e5dbf5d963d8868f88caef67;p=thirdparty%2Fgcc.git libstdc++: Update Autoconf manual link libstdc++-v3: * doc/xml/manual/build_hacking.xml: Update Autoconf manual link. * doc/html/manual/appendix_porting.html: Regenerate. --- diff --git a/libstdc++-v3/doc/html/manual/appendix_porting.html b/libstdc++-v3/doc/html/manual/appendix_porting.html index 7b63613a551..00677461ea1 100644 --- a/libstdc++-v3/doc/html/manual/appendix_porting.html +++ b/libstdc++-v3/doc/html/manual/appendix_porting.html @@ -237,7 +237,7 @@ in the build directory starts the build process. The all

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 + They're called 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 diff --git a/libstdc++-v3/doc/xml/manual/build_hacking.xml b/libstdc++-v3/doc/xml/manual/build_hacking.xml index 4c044d97cab..47d9db5e7ba 100644 --- a/libstdc++-v3/doc/xml/manual/build_hacking.xml +++ b/libstdc++-v3/doc/xml/manual/build_hacking.xml @@ -350,7 +350,7 @@ in the build directory starts the build process. The all targ 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 + They're called quadrigraphs and you should use them whenever necessary.