comparison configure.in @ 10333:67a1a793add2

On sunos4.1.3 and sunus4shr, set NON_GNU_CPP. Handle isc 4.1 operating system.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Jan 1995 19:10:22 +0000
parents 030853f9aa93
children e0019e0fe562
comparison
equal deleted inserted replaced
10332:e14daed4a820 10333:67a1a793add2
637 i[345]86-*-sunos4 ) opsys=sunos4-0 ;; 637 i[345]86-*-sunos4 ) opsys=sunos4-0 ;;
638 *-sunos4.0* ) opsys=sunos4-0 ;; 638 *-sunos4.0* ) opsys=sunos4-0 ;;
639 *-sunos4.1.3* ) opsys=sunos4-1-3 639 *-sunos4.1.3* ) opsys=sunos4-1-3
640 NON_GCC_TEST_OPTIONS=-Bstatic 640 NON_GCC_TEST_OPTIONS=-Bstatic
641 GCC_TEST_OPTIONS=-static 641 GCC_TEST_OPTIONS=-static
642 NON_GNU_CPP=/usr/lib/cpp
642 ;; 643 ;;
643 *-sunos4shr* ) opsys=sunos4shr ;; 644 *-sunos4shr* ) opsys=sunos4shr
645 NON_GNU_CPP=/usr/lib/cpp
646 ;;
644 *-sunos4* | *-sunos ) opsys=sunos4-1 647 *-sunos4* | *-sunos ) opsys=sunos4-1
645 NON_GCC_TEST_OPTIONS=-Bstatic 648 NON_GCC_TEST_OPTIONS=-Bstatic
646 GCC_TEST_OPTIONS=-static 649 GCC_TEST_OPTIONS=-static
647 ;; 650 ;;
648 *-sunos5.3* | *-solaris2.3* ) 651 *-sunos5.3* | *-solaris2.3* )
737 machine=intel386 740 machine=intel386
738 case "${canonical}" in 741 case "${canonical}" in
739 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; 742 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
740 *-isc2.2* ) opsys=isc2-2 ;; 743 *-isc2.2* ) opsys=isc2-2 ;;
741 *-isc4.0* ) opsys=isc4-0 ;; 744 *-isc4.0* ) opsys=isc4-0 ;;
745 *-isc4.* ) opsys=isc4-1 ;;
742 *-isc* ) opsys=isc3-0 ;; 746 *-isc* ) opsys=isc3-0 ;;
743 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;; 747 *-esix5* ) opsys=esix5r4; NON_GNU_CPP=/usr/lib/cpp ;;
744 *-esix* ) opsys=esix ;; 748 *-esix* ) opsys=esix ;;
745 *-xenix* ) opsys=xenix ;; 749 *-xenix* ) opsys=xenix ;;
746 *-linux* ) opsys=linux ;; 750 *-linux* ) opsys=linux ;;