|
|
| version 1.1, 2003/06/17 02:44:19 | version 1.2, 2003/11/19 00:51:32 |
|---|---|
| Line 20 | Line 20 |
| # distribute this file as part of a program that contains a | # distribute this file as part of a program that contains a |
| # configuration script generated by Autoconf, you may include it under | # configuration script generated by Autoconf, you may include it under |
| # the same distribution terms that you use for the rest of that program. | # the same distribution terms that you use for the rest of that program. |
| # | |
| # $DragonFly$ | |
| # Written by Per Bothner <bothner@cygnus.com>. | # Written by Per Bothner <bothner@cygnus.com>. |
| # The master version of this file is at the FSF in /home/gd/gnu/lib. | # The master version of this file is at the FSF in /home/gd/gnu/lib. |
| Line 519 EOF | Line 521 EOF |
| fi | fi |
| echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` | echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` |
| exit 0 ;; | exit 0 ;; |
| *:DragonFly:*:*) | |
| echo ${UNAME_MACHINE}-unknown-dragonflyelf`echo${UNAME_RELEASE}|sed -e 's/[-_].*//'` | |
| exit 0 ;; | |
| *:NetBSD:*:*) | *:NetBSD:*:*) |
| echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` | echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` |
| exit 0 ;; | exit 0 ;; |