[project @ 1999-01-23 18:03:40 by sof]
[ghc-hetmet.git] / distrib / configure-bin.in
index e83624e..2b2672f 100644 (file)
@@ -24,16 +24,20 @@ TargetPlatform=`/bin/sh $srcdir/config.sub $target` || exit 1
 # We also record the architecture, vendor, and operating system (OS)
 # separately.
 case $TargetPlatform in
-alpha-dec-osf[[1234]]*)
+alpha-dec-osf[[12]]*)
        TargetPlatform=alpha-dec-osf1;;
+alpha-dec-osf[[34]]*)
+       TargetPlatform=alpha-dec-osf3;;
 hppa1.1-hp-hpux*)
        TargetPlatform=hppa1.1-hp-hpux;;
 i[[3456]]86-*-linuxaout*)
        TargetPlatform=i386-unknown-linuxaout;;
 i[[3456]]86-*-linux*)
        TargetPlatform=i386-unknown-linux;;
-i[[3456]]86-*-freebsd*)
-       TargetPlatform=i386-unknown-freebsd;;
+i[[3456]]86-*-freebsd2*)
+       TargetPlatform=i386-unknown-freebsd2;;
+i[[3456]]86-*-freebsd3*)
+       TargetPlatform=i386-unknown-freebsd3;;
 i[[3456]]86-*-netbsd*)
        TargetPlatform=i386-unknown-netbsd;;
 i[[3456]]86-*-solaris2*)
@@ -112,9 +116,9 @@ AC_PATH_PROG(SedCmd,sed)
 dnl ** How to invoke cpp directly **
 #
 AC_PROG_CC
-AC_HAVE_GCC
+FPTOOLS_HAVE_GCC
 AC_PROG_CPP
-AC_PROG_GNUCPP
+FPTOOLS_PROG_GNUCPP
 
 #
 AC_OUTPUT(Makefile)