emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Thu, 29 Nov 2001 07:06:35 -0500

Index: emacs/configure.in
diff -u emacs/configure.in:1.279 emacs/configure.in:1.280
--- emacs/configure.in:1.279    Sat Nov 24 06:28:27 2001
+++ emacs/configure.in  Thu Nov 29 07:06:35 2001
@@ -183,6 +183,15 @@
 machine='' opsys='' unported=no
 case "${canonical}" in
 
+  ## FreeBSD ports
+  *-*-freebsd* )
+    opsys=freebsd
+    case "${canonical}" in
+      alpha*-*-freebsd*)       machine=alpha ;;
+      i[3456]86-*-freebsd*)    machine=intel386 ;;
+    esac
+  ;;
+
   ## NetBSD ports
   *-*-netbsd* )
     opsys=netbsd
@@ -1027,7 +1036,6 @@
                                ;;
       *-sysv4.2uw* )           opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
       *-386bsd* )              opsys=386bsd ;;
-      *-freebsd* )             opsys=freebsd ;;
       *-nextstep* )             opsys=nextstep ;;
       ## Otherwise, we'll fall through to the generic opsys code at the bottom.
     esac



reply via email to

[Prev in Thread] Current Thread [Next in Thread]