Mercurial > emacs
comparison configure @ 79504:356a01f90f6d
Regenerate, with the manual shell-function-message patch back from the dead.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 29 Nov 2007 07:28:18 +0000 |
parents | 94efc47b8b8b |
children | c7f971579368 ec0ef12211d9 |
comparison
equal
deleted
inserted
replaced
79503:c1f1e5b1e550 | 79504:356a01f90f6d |
---|---|
410 exitcode=1 | 410 exitcode=1 |
411 echo positional parameters were not saved. | 411 echo positional parameters were not saved. |
412 fi | 412 fi |
413 | 413 |
414 test \$exitcode = 0") || { | 414 test \$exitcode = 0") || { |
415 echo No shell found that supports shell functions. | 415 echo Please tell bug-autoconf@gnu.org about your system, |
416 echo Please tell autoconf@gnu.org about your system, | 416 echo including any error possibly output before this message. |
417 echo including any error possibly output before this | 417 echo This can help us improve future autoconf versions. |
418 echo message | 418 echo Configuration will now proceed without shell functions. |
419 } | 419 } |
420 | 420 |
421 | 421 |
422 | 422 |
423 as_lineno_1=$LINENO | 423 as_lineno_1=$LINENO |
2210 i[3456]86-*-freebsd*) machine=intel386 ;; | 2210 i[3456]86-*-freebsd*) machine=intel386 ;; |
2211 amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;; | 2211 amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;; |
2212 esac | 2212 esac |
2213 ;; | 2213 ;; |
2214 | 2214 |
2215 ## FreeBSD kernel + glibc based userland | |
2216 *-*-kfreebsd*gnu* ) | |
2217 opsys=gnu-kfreebsd | |
2218 case "${canonical}" in | |
2219 alpha*-*-kfreebsd*) machine=alpha ;; | |
2220 ia64-*-kfreebsd*) machine=ia64 ;; | |
2221 sparc64-*-kfreebsd*) machine=sparc ;; | |
2222 powerpc-*-kfreebsd*) machine=macppc ;; | |
2223 i[3456]86-*-kfreebsd*) machine=intel386 ;; | |
2224 amd64-*-kfreebsd*|x86_64-*-kfreebsd*) machine=amdx86-64 ;; | |
2225 esac | |
2226 ;; | |
2227 | |
2215 ## NetBSD ports | 2228 ## NetBSD ports |
2216 *-*-netbsd* ) | 2229 *-*-netbsd* ) |
2217 opsys=netbsd | 2230 opsys=netbsd |
2218 if test -f /usr/lib/crti.o; then | 2231 if test -f /usr/lib/crti.o; then |
2219 | 2232 |