summaryrefslogtreecommitdiff
blob: 9a4dafbe632863e66c6d2dd8417c89d192224944 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
--- courier-imap-2.1.1/configure	2003-08-20 03:50:03.000000000 +1200
+++ courier-imap-2.1.1-gentoo/configure	2003-09-12 17:21:06.000000000 +1200
@@ -2802,71 +2802,6 @@
 fi
 
 
-# Check whether --with-redhat or --without-redhat was given.
-if test "${with_redhat+set}" = set; then
-  withval="$with_redhat"
-   redhat=$withval
-else
-  redhat=no
-fi;
-
-if test "$srcdir" = "."
-then
-	case `./config.guess` in
-	*-linux-*)
-		if rpm -q redhat-release >/dev/null 2>/dev/null && test "$redhat" = "no"
-		then
-			hash='#'
-			{ echo "$as_me:$LINENO: WARNING: === I think you are trying to run this configure script" >&5
-echo "$as_me: WARNING: === I think you are trying to run this configure script" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === on Red Hat Linux.  You're doing too much work!" >&5
-echo "$as_me: WARNING: === on Red Hat Linux.  You're doing too much work!" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === It's much faster to create installable binary RPMs" >&5
-echo "$as_me: WARNING: === It's much faster to create installable binary RPMs" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === like this: http://www.courier-mta.org/FAQ.html${hash}rpm" >&5
-echo "$as_me: WARNING: === like this: http://www.courier-mta.org/FAQ.html${hash}rpm" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === When you do this you may find that RPM will tell you" >&5
-echo "$as_me: WARNING: === When you do this you may find that RPM will tell you" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === to install some other software first, before trying to" >&5
-echo "$as_me: WARNING: === to install some other software first, before trying to" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === build this one, and even tell you the name of RPMs you" >&5
-echo "$as_me: WARNING: === build this one, and even tell you the name of RPMs you" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === need to install from the distribution CD.  That's much" >&5
-echo "$as_me: WARNING: === need to install from the distribution CD.  That's much" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === easier than trying to figure out the same from some" >&5
-echo "$as_me: WARNING: === easier than trying to figure out the same from some" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === cryptic error message." >&5
-echo "$as_me: WARNING: === cryptic error message." >&2;}
-			{ echo "$as_me:$LINENO: WARNING: " >&5
-echo "$as_me: WARNING: " >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === Even if you don't intend to use everything you need to" >&5
-echo "$as_me: WARNING: === Even if you don't intend to use everything you need to" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === have in order to build via RPM, you should still do as" >&5
-echo "$as_me: WARNING: === have in order to build via RPM, you should still do as" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === you're told.  All the extra stuff (LDAP, SQL, etc...)" >&5
-echo "$as_me: WARNING: === you're told.  All the extra stuff (LDAP, SQL, etc...)" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === goes into RPM sub-packages, which do not need to be" >&5
-echo "$as_me: WARNING: === goes into RPM sub-packages, which do not need to be" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === installed." >&5
-echo "$as_me: WARNING: === installed." >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === But, if you insist, you can simply add '--with-redhat'" >&5
-echo "$as_me: WARNING: === But, if you insist, you can simply add '--with-redhat'" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === parameter to this configure script and not see this" >&5
-echo "$as_me: WARNING: === parameter to this configure script and not see this" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === error message.  You should also do this when upgrading" >&5
-echo "$as_me: WARNING: === error message.  You should also do this when upgrading" >&2;}
-			{ echo "$as_me:$LINENO: WARNING: === and you didn't use RPM with the older version." >&5
-echo "$as_me: WARNING: === and you didn't use RPM with the older version." >&2;}
-			{ { echo "$as_me:$LINENO: error: ... in either case you better know what you're doing!" >&5
-echo "$as_me: error: ... in either case you better know what you're doing!" >&2;}
-   { (exit 1); exit 1; }; }
-		fi
-		;;
-	*)
-		;;
-	esac
-fi
-
 if test x$prefix = xNONE
 then
 	prefix="$defaultprefix"