]> git.eshelyaron.com Git - emacs.git/commitdiff
(*-sunos4.1.[3-9]*noshare): Move this before
authorRichard M. Stallman <rms@gnu.org>
Sat, 3 Aug 1996 21:28:16 +0000 (21:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 3 Aug 1996 21:28:16 +0000 (21:28 +0000)
the more general *-sunos4.1.[3-9]* clause.

configure.in

index 2971b9adb740483353ef9cacc5ab9118d3817513..17832a3071a43a6d7a65b0ea45ae03e89720c021 100644 (file)
@@ -708,16 +708,16 @@ case "${canonical}" in
       ## The Sun386 didn't get past 4.0.
       i[3456]86-*-sunos4         ) opsys=sunos4-0 ;;
       *-sunos4.0*        ) opsys=sunos4-0 ;;
-      *-sunos4.1.[3-9]* | *-sunos4shr*)
-               opsys=sunos4shr
-               NON_GNU_CPP=/usr/lib/cpp
-               ;;
       *-sunos4.1.[3-9]*noshare )
                opsys=sunos4-1-3
                NON_GNU_CPP=/usr/lib/cpp
                NON_GCC_TEST_OPTIONS=-Bstatic
                GCC_TEST_OPTIONS=-static
                ;;
+      *-sunos4.1.[3-9]* | *-sunos4shr*)
+               opsys=sunos4shr
+               NON_GNU_CPP=/usr/lib/cpp
+               ;;
       *-sunos4* | *-sunos )
                opsys=sunos4-1
                NON_GCC_TEST_OPTIONS=-Bstatic