diff options
| author | Dan Nicolaescu | 2008-01-23 07:06:54 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-01-23 07:06:54 +0000 |
| commit | 7cc04609cb5789a7e736d666af22f65671f706ce (patch) | |
| tree | 7f4e86aa61a20862810bd740b16fe80634ca1987 | |
| parent | d1a3b360777284a04c1ab469d441906da193d716 (diff) | |
| download | emacs-7cc04609cb5789a7e736d666af22f65671f706ce.tar.gz emacs-7cc04609cb5789a7e736d666af22f65671f706ce.zip | |
* configure.in (xtensa): Match more configurations.
* configure: Regenerate.
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rwxr-xr-x | configure | 10 | ||||
| -rw-r--r-- | configure.in | 2 |
3 files changed, 12 insertions, 6 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-01-23 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * configure.in (xtensa): Match more configurations. | ||
| 4 | |||
| 5 | * configure: Regenerate. | ||
| 6 | |||
| 1 | 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu> | 7 | 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 8 | ||
| 3 | * config.guess, config.sub: Updated from master source. | 9 | * config.guess, config.sub: Updated from master source. |
| @@ -412,10 +412,10 @@ else | |||
| 412 | fi | 412 | fi |
| 413 | 413 | ||
| 414 | test \$exitcode = 0") || { | 414 | test \$exitcode = 0") || { |
| 415 | echo Please tell bug-autoconf@gnu.org about your system, | 415 | echo No shell found that supports shell functions. |
| 416 | echo including any error possibly output before this message. | 416 | echo Please tell autoconf@gnu.org about your system, |
| 417 | echo This can help us improve future autoconf versions. | 417 | echo including any error possibly output before this |
| 418 | echo Configuration will now proceed without shell functions. | 418 | echo message |
| 419 | } | 419 | } |
| 420 | 420 | ||
| 421 | 421 | ||
| @@ -3174,7 +3174,7 @@ _ACEOF | |||
| 3174 | ;; | 3174 | ;; |
| 3175 | 3175 | ||
| 3176 | ## Tensilica Xtensa Linux-based GNU system | 3176 | ## Tensilica Xtensa Linux-based GNU system |
| 3177 | xtensa-*-linux-gnu* ) | 3177 | xtensa*-*-linux-* ) |
| 3178 | machine=xtensa opsys=gnu-linux | 3178 | machine=xtensa opsys=gnu-linux |
| 3179 | ;; | 3179 | ;; |
| 3180 | 3180 | ||
diff --git a/configure.in b/configure.in index 2320ea18370..fc2a624487d 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1209,7 +1209,7 @@ dnl see the `changequote' comment above. | |||
| 1209 | ;; | 1209 | ;; |
| 1210 | 1210 | ||
| 1211 | ## Tensilica Xtensa Linux-based GNU system | 1211 | ## Tensilica Xtensa Linux-based GNU system |
| 1212 | xtensa-*-linux-gnu* ) | 1212 | xtensa*-*-linux-* ) |
| 1213 | machine=xtensa opsys=gnu-linux | 1213 | machine=xtensa opsys=gnu-linux |
| 1214 | ;; | 1214 | ;; |
| 1215 | 1215 | ||