comparison configure @ 86831:07648bba8409

Regenerate, with the manual shell-function-message patch back from the dead.
author Glenn Morris <rgm@gnu.org>
date Thu, 29 Nov 2007 07:29:18 +0000
parents 2952f49ed8a7
children 3adb90e40145
comparison
equal deleted inserted replaced
86830:7c0a55a957d0 86831:07648bba8409
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
2244 i[3456]86-*-freebsd*) machine=intel386 ;; 2244 i[3456]86-*-freebsd*) machine=intel386 ;;
2245 amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;; 2245 amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;;
2246 esac 2246 esac
2247 ;; 2247 ;;
2248 2248
2249 ## FreeBSD kernel + glibc based userland
2250 *-*-kfreebsd*gnu* )
2251 opsys=gnu-kfreebsd
2252 case "${canonical}" in
2253 alpha*-*-kfreebsd*) machine=alpha ;;
2254 ia64-*-kfreebsd*) machine=ia64 ;;
2255 sparc64-*-kfreebsd*) machine=sparc ;;
2256 powerpc-*-kfreebsd*) machine=macppc ;;
2257 i[3456]86-*-kfreebsd*) machine=intel386 ;;
2258 amd64-*-kfreebsd*|x86_64-*-kfreebsd*) machine=amdx86-64 ;;
2259 esac
2260 ;;
2261
2249 ## NetBSD ports 2262 ## NetBSD ports
2250 *-*-netbsd* ) 2263 *-*-netbsd* )
2251 opsys=netbsd 2264 opsys=netbsd
2252 if test -f /usr/lib/crti.o; then 2265 if test -f /usr/lib/crti.o; then
2253 2266