diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-02 01:37:08 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-02 01:37:08 +0000 |
commit | edf2430c4198a7b6f377b0cb047a2f400f63f036 (patch) | |
tree | 4035b1350d0cab398e7599014b85b9b7e2d5aa49 /gcc/configure.in | |
parent | 857d9f2468d3c4007c4721602b446d73b50be0ec (diff) | |
download | gcc-edf2430c4198a7b6f377b0cb047a2f400f63f036.tar.gz |
* README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
and version #s (1.1 -> 2.96) as needed.
* README.g77: Kill way out of date file in the toplevel directory.
Part of the ongoing conversion to the one true gcc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27308 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 2b0b9c2a750..ec60273c529 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -53,7 +53,7 @@ AC_MSG_RESULT($library_path_setting) if test "$library_path_setting" != "ok"; then AC_MSG_ERROR([ *** LIBRARY_PATH shouldn't contain the current directory when -*** building egcs. Please change the environment variable +*** building gcc. Please change the environment variable *** and run configure again.]) fi @@ -79,7 +79,7 @@ AC_MSG_RESULT($gcc_exec_prefix_setting) if test "$gcc_exec_prefix_setting" != "ok"; then AC_MSG_ERROR([ *** GCC_EXEC_PREFIX shouldn't contain the current directory when -*** building egcs. Please change the environment variable +*** building gcc. Please change the environment variable *** and run configure again.]) fi |