Mercurial > emacs
changeset 79912:91d4bea0f1a1
* configure.in (xtensa): Match more configurations.
* configure: Regenerate.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 23 Jan 2008 07:06:54 +0000 |
parents | dfdcf47b10f6 |
children | a3528f09f3e9 |
files | ChangeLog configure configure.in |
diffstat | 3 files changed, 12 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Jan 23 01:19:17 2008 +0000 +++ b/ChangeLog Wed Jan 23 07:06:54 2008 +0000 @@ -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.
--- a/configure Wed Jan 23 01:19:17 2008 +0000 +++ b/configure Wed Jan 23 07:06:54 2008 +0000 @@ -412,10 +412,10 @@ 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 @@ ;; ## Tensilica Xtensa Linux-based GNU system - xtensa-*-linux-gnu* ) + xtensa*-*-linux-* ) machine=xtensa opsys=gnu-linux ;;