aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Bothner1994-11-01 19:27:21 +0000
committerPer Bothner1994-11-01 19:27:21 +0000
commit4568da2fbadca1fd31ee28565a422b5e5bef3068 (patch)
tree809d274f647e225210a6b6a8d157cd284f42d3be
parent391b374875ab79e291559986077971b6cbf6ef96 (diff)
downloademacs-4568da2fbadca1fd31ee28565a422b5e5bef3068.tar.gz
emacs-4568da2fbadca1fd31ee28565a422b5e5bef3068.zip
(*-unknown-freebsd): Remove [-(] from UNAME_RELEASE.
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index aad7b074235..bc2cbcb0b45 100755
--- a/config.guess
+++ b/config.guess
@@ -268,7 +268,7 @@ EOF
268 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} 268 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
269 exit 0 ;; 269 exit 0 ;;
270 *:FreeBSD:*:*) 270 *:FreeBSD:*:*)
271 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/(.*//'` 271 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
272 exit 0 ;; 272 exit 0 ;;
273 *:NetBSD:*:*) 273 *:NetBSD:*:*)
274 echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` 274 echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`