2005-05-19 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Thu, 19 May 2005 20:25:24 +0000 (20:25 +0000)
committerPaul Brook <paul@codesourcery.com>
Thu, 19 May 2005 20:25:24 +0000 (20:25 +0000)
* configure.in: Rewrite misleading error message when requested
language cannot be built.
* configure: Regenerate.

ChangeLog
configure
configure.in

index 0b551f765b7598a10948173b4e94a0056e0b5a79..6244d7338006caa00a0e9b5707db8fab0ce9c74e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-05-19  Paul Brook  <paul@codesourcery.com>
+
+       * configure.in: Rewrite misleading error message when requested 
+       language cannot be built.
+       * configure: Regenerate.
+
 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * ylwrap: Import from Automake 1.9.5.
index 1527f1b982af02b76308fa943511a0be5dbab666..be814518b79002e326ddc5b751bfcb8f13d48d9f 100755 (executable)
--- a/configure
+++ b/configure
@@ -2424,8 +2424,8 @@ if test -d ${srcdir}/gcc; then
   missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
   if test "x$missing_languages" != x; then
     { echo "configure: error: 
-The following requested languages were not found: ${missing_languages}
-The available languages are: ${potential_languages}" 1>&2; exit 1; }
+The following requested languages could not be built: ${missing_languages}
+Recognised languages are: ${potential_languages}" 1>&2; exit 1; }
   fi
 
   if test "x$new_enable_languages" != "x$enable_languages"; then
index 5dd40ce28c4f07a34dd7200261981df1b04a9c9d..c2ced9168a7fa025a35e9b91f59ac99c4327bbde 100644 (file)
@@ -1231,8 +1231,8 @@ if test -d ${srcdir}/gcc; then
   missing_languages=`echo "$missing_languages" | sed -e "s/^,//" -e "s/,$//"`
   if test "x$missing_languages" != x; then
     AC_MSG_ERROR([
-The following requested languages were not found: ${missing_languages}
-The available languages are: ${potential_languages}])
+The following requested languages could not be built: ${missing_languages}
+Recognised languages are: ${potential_languages}])
   fi
 
   if test "x$new_enable_languages" != "x$enable_languages"; then
This page took 0.041653 seconds and 4 git commands to generate.