Update --gxx-include-dir desc. in install.texi

Jonathan Wakely cow@compsoc.man.ac.uk
Thu Feb 5 14:04:00 GMT 2004


Am I right in thinking install.texi should be changed as per the
attached patch?

i.e.
C++ headers are installed in $prefix/c++/$version, not $prefix/g++-v3

Any other files need regenerating if I commit this? (I can't see any)

jon

-- 
"The only cure for the ills of democracy is more democracy."
	- Al Smith
-------------- next part --------------
Index: gcc/doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.251
diff -u -p -b -B -r1.251 install.texi
--- gcc/doc/install.texi	18 Jan 2004 11:57:12 -0000	1.251
+++ gcc/doc/install.texi	29 Jan 2004 14:17:28 -0000
@@ -600,7 +600,7 @@ manual.)
 @item --with-gxx-include-dir=@var{dirname}
 Specify
 the installation directory for G++ header files.  The default is
-@file{@var{prefix}/include/g++-v3}.
+@file{@var{prefix}/include/c++/@var{version}}.
 
 @end table
 


More information about the Libstdc++ mailing list