Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 45584 | Differences between
and this patch

Collapse All | Expand All

(-)courier-imap-3.0.2/configure (-65 lines)
Lines 2846-2916 Link Here
2846
fi
2846
fi
2847
2847
2848
2848
2849
# Check whether --with-redhat or --without-redhat was given.
2850
if test "${with_redhat+set}" = set; then
2851
  withval="$with_redhat"
2852
   redhat=$withval
2853
else
2854
  redhat=no
2855
fi;
2856
2857
if test "$srcdir" = "."
2858
then
2859
	case `./config.guess` in
2860
	*-redhat-*)
2861
		if test "$redhat" = "no"
2862
		then
2863
			hash='#'
2864
			{ echo "$as_me:$LINENO: WARNING: === I think you are trying to run this configure script" >&5
2865
echo "$as_me: WARNING: === I think you are trying to run this configure script" >&2;}
2866
			{ echo "$as_me:$LINENO: WARNING: === on Red Hat/Fedora.  You're doing too much work!" >&5
2867
echo "$as_me: WARNING: === on Red Hat/Fedora.  You're doing too much work!" >&2;}
2868
			{ echo "$as_me:$LINENO: WARNING: === It's much faster to create installable binary RPMs" >&5
2869
echo "$as_me: WARNING: === It's much faster to create installable binary RPMs" >&2;}
2870
			{ echo "$as_me:$LINENO: WARNING: === like this: http://www.courier-mta.org/FAQ.html${hash}rpm" >&5
2871
echo "$as_me: WARNING: === like this: http://www.courier-mta.org/FAQ.html${hash}rpm" >&2;}
2872
			{ echo "$as_me:$LINENO: WARNING: === When you do this you may find that RPM will tell you" >&5
2873
echo "$as_me: WARNING: === When you do this you may find that RPM will tell you" >&2;}
2874
			{ echo "$as_me:$LINENO: WARNING: === to install some other software first, before trying to" >&5
2875
echo "$as_me: WARNING: === to install some other software first, before trying to" >&2;}
2876
			{ echo "$as_me:$LINENO: WARNING: === build this one, and even tell you the name of RPMs you" >&5
2877
echo "$as_me: WARNING: === build this one, and even tell you the name of RPMs you" >&2;}
2878
			{ echo "$as_me:$LINENO: WARNING: === need to install from the distribution CD.  That's much" >&5
2879
echo "$as_me: WARNING: === need to install from the distribution CD.  That's much" >&2;}
2880
			{ echo "$as_me:$LINENO: WARNING: === easier than trying to figure out the same from some" >&5
2881
echo "$as_me: WARNING: === easier than trying to figure out the same from some" >&2;}
2882
			{ echo "$as_me:$LINENO: WARNING: === cryptic error message." >&5
2883
echo "$as_me: WARNING: === cryptic error message." >&2;}
2884
			{ echo "$as_me:$LINENO: WARNING: " >&5
2885
echo "$as_me: WARNING: " >&2;}
2886
			{ echo "$as_me:$LINENO: WARNING: === Even if you don't intend to use everything you need to" >&5
2887
echo "$as_me: WARNING: === Even if you don't intend to use everything you need to" >&2;}
2888
			{ echo "$as_me:$LINENO: WARNING: === have in order to build via RPM, you should still do as" >&5
2889
echo "$as_me: WARNING: === have in order to build via RPM, you should still do as" >&2;}
2890
			{ echo "$as_me:$LINENO: WARNING: === you're told.  All the extra stuff (LDAP, SQL, etc...)" >&5
2891
echo "$as_me: WARNING: === you're told.  All the extra stuff (LDAP, SQL, etc...)" >&2;}
2892
			{ echo "$as_me:$LINENO: WARNING: === goes into RPM sub-packages, which do not need to be" >&5
2893
echo "$as_me: WARNING: === goes into RPM sub-packages, which do not need to be" >&2;}
2894
			{ echo "$as_me:$LINENO: WARNING: === installed." >&5
2895
echo "$as_me: WARNING: === installed." >&2;}
2896
			{ echo "$as_me:$LINENO: WARNING: === But, if you insist, you can simply add '--with-redhat'" >&5
2897
echo "$as_me: WARNING: === But, if you insist, you can simply add '--with-redhat'" >&2;}
2898
			{ echo "$as_me:$LINENO: WARNING: === parameter to this configure script and not see this" >&5
2899
echo "$as_me: WARNING: === parameter to this configure script and not see this" >&2;}
2900
			{ echo "$as_me:$LINENO: WARNING: === error message.  You should also do this when upgrading" >&5
2901
echo "$as_me: WARNING: === error message.  You should also do this when upgrading" >&2;}
2902
			{ echo "$as_me:$LINENO: WARNING: === and you didn't use RPM with the older version." >&5
2903
echo "$as_me: WARNING: === and you didn't use RPM with the older version." >&2;}
2904
			{ { echo "$as_me:$LINENO: error: ... in either case you better know what you're doing!" >&5
2905
echo "$as_me: error: ... in either case you better know what you're doing!" >&2;}
2906
   { (exit 1); exit 1; }; }
2907
		fi
2908
		;;
2909
	*)
2910
		;;
2911
	esac
2912
fi
2913
2914
if test x$prefix = xNONE
2849
if test x$prefix = xNONE
2915
then
2850
then
2916
	prefix="$defaultprefix"
2851
	prefix="$defaultprefix"

Return to bug 45584