aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-11-29 07:28:18 +0000
committerGlenn Morris2007-11-29 07:28:18 +0000
commitce1b7801e1320250c9bde1e2ace1db6ccd352179 (patch)
treebf11fec56410fe4baf8a9b93ea325335cc1dd8b1
parente07ea83391b4ba13f8eaac18de52a5bca7e17b65 (diff)
downloademacs-ce1b7801e1320250c9bde1e2ace1db6ccd352179.tar.gz
emacs-ce1b7801e1320250c9bde1e2ace1db6ccd352179.zip
Regenerate, with the manual shell-function-message patch back from the dead.
-rwxr-xr-xconfigure21
1 files changed, 17 insertions, 4 deletions
diff --git a/configure b/configure
index 5df7d18faaa..8242d6ef59f 100755
--- a/configure
+++ b/configure
@@ -412,10 +412,10 @@ else
412fi 412fi
413 413
414test \$exitcode = 0") || { 414test \$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
@@ -2212,6 +2212,19 @@ case "${canonical}" in
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