diff options
author | Benjamin Kosnik <bkoz@purist.soma.redhat.com> | 2000-08-01 18:07:23 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-08-01 18:07:23 +0000 |
commit | 967add5195958651dbead852622bdbf7b88b0904 (patch) | |
tree | c60c806bd9a84a56461cde8a60562d0c5f9456f9 | |
parent | 6d90e7c0bbbe0803dbb2dc4a6307e279851bcbe3 (diff) | |
download | gcc-967add5195958651dbead852622bdbf7b88b0904.zip gcc-967add5195958651dbead852622bdbf7b88b0904.tar.gz gcc-967add5195958651dbead852622bdbf7b88b0904.tar.bz2 |
install.html: Edit bits about requiring a special version of the autotools.
2000-08-01 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* docs/install.html: Edit bits about requiring a special version
of the autotools.
From-SVN: r35410
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/docs/install.html | 17 |
2 files changed, 14 insertions, 8 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 75d91b4..d5d437e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2000-08-01 Benjamin Kosnik <bkoz@purist.soma.redhat.com> + + * docs/install.html: Edit bits about requiring a special version + of the autotools. + 2000-07-31 Benjamin Kosnik <bkoz@cygnus.com> * libio/fileops.cc: Update to current glibc sources. diff --git a/libstdc++-v3/docs/install.html b/libstdc++-v3/docs/install.html index e395861..4915817 100644 --- a/libstdc++-v3/docs/install.html +++ b/libstdc++-v3/docs/install.html @@ -9,7 +9,7 @@ <TITLE>libstdc++-v3 Installation Instructions</TITLE> <LINK REL="home" HREF="http://sources.redhat.com/libstdc++/"> <LINK REL=StyleSheet HREF="lib3styles.css"> -<!-- $Id: install.html,v 1.5 2000/07/11 21:45:07 pme Exp $ --> +<!-- $Id: install.html,v 1.6 2000/07/26 21:30:45 pme Exp $ --> </HEAD> <BODY> @@ -48,14 +48,15 @@ GCC snapshots can be had from one of the sites on their <A HREF="http://gcc.gnu.org/mirrors.html">mirror list</A>. </P> + <P>In addition, if you plan to modify the makefiles or regenerate - the configure scripts you'll need the nuevo automake (version - 1.4 from Cygnus, not the one on the net. In addition, libtool - and autoconf are also required to be installed in the same - location as the new automake: you can get them all in one - easy-to-use tarball -<A HREF="ftp://sources.redhat.com/pub/libstdc++/20000619-maintainer-tools.tar.gz">here</A>. + the configure scripts you'll need the nuevo automake, libtool + and autoconf to regenerate the Makefiles and configure + scripts. These tools are all required to be installed in the + same location (most linux distributions install these tools by + default, so no worries.) </P> + <P>If you don't have bash, and want to run <TT>'make check'</TT> to test your build, you'll need to get bash 2.x. Also recommended is GNU Make, since it is the only 'make' that will parse these @@ -392,7 +393,7 @@ Comments and suggestions are welcome, and may be sent to <A HREF="mailto:pme@sources.redhat.com">Phil Edwards</A> or <A HREF="mailto:gdr@egcs.cygnus.com">Gabriel Dos Reis</A>. -<BR> $Id: install.html,v 1.5 2000/07/11 21:45:07 pme Exp $ +<BR> $Id: install.html,v 1.6 2000/07/26 21:30:45 pme Exp $ </EM></P> |