summaryrefslogtreecommitdiff
path: root/editors/emacs20/files/patch-cc
blob: acc21ccdc46f4d5ac8206a4e36d9c446f37cdc7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
--- configure.in.orig	Wed Jul  1 07:15:05 1998
+++ configure.in	Sun Jan  3 21:44:02 1999
@@ -57,6 +57,9 @@
 AC_ARG_WITH(gssapi,
 [  --with-gssapi           support GSSAPI-authenticated POP],
 [AC_DEFINE(GSSAPI)])
+AC_ARG_WITH(xpg4,
+[  --with-xpg4             support XPG4 library on FreeBSD system],
+[AC_DEFINE(USE_XPG)])
 dnl This should be the last --with option, because --with-x is
 dnl added later on when we find the path of X, and it's best to
 dnl keep them together visually.
@@ -162,6 +165,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
@@ -939,7 +951,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