From: Glenn Morris Date: Thu, 29 Nov 2007 07:28:18 +0000 (+0000) Subject: Regenerate, with the manual shell-function-message patch back from the dead. X-Git-Tag: emacs-pretest-22.1.90~308 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce1b7801e1320250c9bde1e2ace1db6ccd352179;p=emacs.git Regenerate, with the manual shell-function-message patch back from the dead. --- diff --git a/configure b/configure index 5df7d18faaa..8242d6ef59f 100755 --- a/configure +++ b/configure @@ -412,10 +412,10 @@ else fi test \$exitcode = 0") || { - 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 + 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. } @@ -2212,6 +2212,19 @@ case "${canonical}" in esac ;; + ## FreeBSD kernel + glibc based userland + *-*-kfreebsd*gnu* ) + opsys=gnu-kfreebsd + case "${canonical}" in + alpha*-*-kfreebsd*) machine=alpha ;; + ia64-*-kfreebsd*) machine=ia64 ;; + sparc64-*-kfreebsd*) machine=sparc ;; + powerpc-*-kfreebsd*) machine=macppc ;; + i[3456]86-*-kfreebsd*) machine=intel386 ;; + amd64-*-kfreebsd*|x86_64-*-kfreebsd*) machine=amdx86-64 ;; + esac + ;; + ## NetBSD ports *-*-netbsd* ) opsys=netbsd