blob: 20c0474d85dfff25e671a39daa473cf2028fbd81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- configure.orig Mon Apr 28 03:07:10 2003
+++ configure Mon Apr 28 16:41:10 2003
@@ -4593,6 +4593,20 @@
distro=debian-3
;;
+ freebsd)
+ if test x$section_switch = x
+ then
+ section_switch="-S"
+ fi
+
+ if test x$manpath_switch = x
+ then
+ manpath_switch="-M"
+ fi
+
+ distro=freebsd
+ ;;
+
*)
distro=generic
;;
|