summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-06-02 01:37:08 +0000
committerJeff Law <law@gcc.gnu.org>1999-06-01 19:37:08 -0600
commit079bd08eb234dcd1c9322a0e27cac9ae62a16c63 (patch)
tree4035b1350d0cab398e7599014b85b9b7e2d5aa49 /gcc/configure
parent32a57b705e397ecc1bd6c8c23ad61c3643d6e0d2 (diff)
downloadgcc-079bd08eb234dcd1c9322a0e27cac9ae62a16c63.tar.gz
README, [...]: Update name (egcs -> gcc) and version #s (1.1 -> 2.96) as needed.
* 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. From-SVN: r27308
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index dacbe34ba06..c5f4eacfdc2 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -608,7 +608,7 @@ echo "$ac_t""$library_path_setting" 1>&6
if test "$library_path_setting" != "ok"; then
{ echo "configure: 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." 1>&2; exit 1; }
fi
@@ -633,7 +633,7 @@ echo "$ac_t""$gcc_exec_prefix_setting" 1>&6
if test "$gcc_exec_prefix_setting" != "ok"; then
{ echo "configure: 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." 1>&2; exit 1; }
fi