]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in (xtensa): Match more configurations.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 23 Jan 2008 07:06:54 +0000 (07:06 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 23 Jan 2008 07:06:54 +0000 (07:06 +0000)
* configure: Regenerate.

ChangeLog
configure
configure.in

index f78606d7367ec4a91c885edbb9ae7c39e57cc6ce..63ec131c45b569cab820b6cf1b5f8e865472cdfd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * configure.in (xtensa): Match more configurations.
+
+       * configure: Regenerate.
+
 2008-01-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * config.guess, config.sub: Updated from master source.
index 859f6b74881e7dd7f62bd21e1315df9b480d9557..c262d1347572214982513348d1638119062e6729 100755 (executable)
--- a/configure
+++ b/configure
@@ -412,10 +412,10 @@ else
 fi
 
 test \$exitcode = 0") || {
-  echo Please tell bug-autoconf@gnu.org about your system,
-  echo including any error possibly output before this message.
-  echo This can help us improve future autoconf versions.
-  echo Configuration will now proceed without shell functions.
+  echo No shell found that supports shell functions.
+  echo Please tell autoconf@gnu.org about your system,
+  echo including any error possibly output before this
+  echo message
 }
 
 
@@ -3174,7 +3174,7 @@ _ACEOF
   ;;
 
   ## Tensilica Xtensa Linux-based GNU system
-  xtensa-*-linux-gnu* )
+  xtensa*-*-linux-* )
     machine=xtensa opsys=gnu-linux
     ;;
 
index 2320ea183700d0caf915607926dd1f3d1b15fa67..fc2a624487d61e9e3c7061ba858e6eba845dcf28 100644 (file)
@@ -1209,7 +1209,7 @@ dnl see the `changequote' comment above.
   ;;
 
   ## Tensilica Xtensa Linux-based GNU system    
-  xtensa-*-linux-gnu* )
+  xtensa*-*-linux-* )
     machine=xtensa opsys=gnu-linux
     ;;