Mercurial > emacs
changeset 19921:f3a1613a2842
Recognize alpha* instead of just alpha.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 13 Sep 1997 19:47:52 +0000 |
parents | 1d832fd69760 |
children | a59d59d582b7 |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sat Sep 13 19:05:54 1997 +0000 +++ b/configure.in Sat Sep 13 19:47:52 1997 +0000 @@ -163,7 +163,7 @@ *-*-netbsd* ) opsys=netbsd case "${canonical}" in - alpha-*-netbsd*) machine=alpha ;; + alpha*-*-netbsd*) machine=alpha ;; i[3456]86-*-netbsd*) machine=intel386 ;; m68k-*-netbsd*) # This is somewhat bogus. @@ -179,7 +179,7 @@ *-*-openbsd* ) opsys=openbsd case "${canonical}" in - alpha-*-openbsd*) machine=alpha ;; + alpha*-*-openbsd*) machine=alpha ;; i386-*-openbsd*) machine=intel386 ;; m68k-*-openbsd*) machine=hp9000s300 ;; mipsel-*-openbsd*) machine=pmax ;; @@ -229,14 +229,14 @@ ;; ## Alpha (DEC) machines. - alpha-dec-osf* ) + alpha*-dec-osf* ) machine=alpha opsys=osf1 # This is needed to find X11R6.1 libraries for certain tests. NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib ;; - alpha-*-linux-gnu* ) + alpha*-*-linux-gnu* ) machine=alpha opsys=gnu-linux ;;