summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches/patch-aa
blob: 00182738a6ad3eb518388001fc0baceb795ba776 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
*** configure.in.orig	Sun Oct 27 08:58:56 1996
--- configure.in	Sat Apr 19 21:37:17 1997
***************
*** 76,81 ****
--- 76,91 ----
      tcsh_config_file=sysV88
    ;;
  
+   ## FreeBSD
+   *-*-freebsd*)
+     tcsh_config_file=bsd4.4
+   ;;
+ 
+   ## OpenBSD
+   *-*-openbsd*)
+     tcsh_config_file=bsd4.4
+   ;;
+ 
    ## NetBSD systems
    *-*-netbsd*)
      tcsh_config_file=bsd4.4
*** configure.orig	Sun Oct 27 08:58:55 1996
--- configure	Sat Apr 19 21:39:29 1997
***************
*** 582,587 ****
--- 582,597 ----
      tcsh_config_file=sysV88
    ;;
  
+   ## FreeBSD
+   *-*-freebsd*)
+     tcsh_config_file=bsd4.4
+   ;;
+ 
+   ## OpenBSD
+   *-*-openbsd*)
+     tcsh_config_file=bsd4.4
+   ;;
+ 
    ## NetBSD systems
    *-*-netbsd*)
      tcsh_config_file=bsd4.4
*** config.guess.dist	Sat Oct 19 10:54:43 1996
--- config.guess	Sat Apr 19 22:52:46 1997
***************
*** 308,313 ****
--- 308,316 ----
      *:FreeBSD:*:*)
  	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
  	exit 0 ;;
+     *:OpenBSD:*:*)
+ 	echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+ 	exit 0 ;;
      *:NetBSD:*:*)
  	echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
  	exit 0 ;;