head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2006.05.23.04.25.03;	author oliver;	state Exp;
branches;
next	1.3;

1.3
date	2005.07.16.13.59.40;	author oliver;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.21.18.43.23;	author oliver;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.14.16.15.05;	author oliver;	state Exp;
branches;
next	;


desc
@@


1.4
log
@update to 2.0.8
@
text
@--- configure.orig	Fri Jul 11 17:50:57 2003
+++ configure	Sat Aug 21 20:41:25 2004
@@@@ -3597,7 +3597,7 @@@@
 
 echo "$as_me:$LINENO: checking for egrep" >&5
 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
-if test "${ac_cv_prog_egrep+set}" = set; then
+if test "${ac_cv_prog_egrep+set}" = set ; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   if echo a | (grep -E '(a|b)') >/dev/null 2>&1
@@@@ -3858,6 +3858,9 @@@@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 $ac_includes_default
+#include <sys/socket.h>
+#include <net/if.h>
+#include <netinet/in.h>
 #include <$ac_header>
 _ACEOF
 rm -f conftest.$ac_objext
@@@@ -5478,6 +5481,11 @@@@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 $ac_includes_default
+#include <sys/socket.h>
+#include <net/if.h>
+#include <netinet/in.h>
+#include <netinet/ip_compat.h>
+#include <netinet/ip_fil.h>
 #include <netinet/ip_nat.h>
 _ACEOF
 rm -f conftest.$ac_objext
@


1.3
log
@make it compile on 7

Noted by:	pointyhat via kris
@
text
@a33 18
@@@@ -5888,7 +5896,7 @@@@
 
 		if test "$masq_support" = "no"; then
 			case "$host_os" in
-				*freebsd[45]* )
+				*freebsd[4-9]* )
 					use_kmem=no
 					os_src=freebsd4.c
 				;;
@@@@ -5900,7 +5908,7 @@@@
 			esac
 		else
 			case "$host_os" in
-				*freebsd5* )
+				*freebsd[5-9]* )
 					use_kmem=yes
 					os_src=freebsd5.c
 				;;
@


1.2
log
@that should fix the build on freebsd-6

Reported by:	pointyhat (via kris)
@
text
@d39 1
a39 1
+				*freebsd[456]* )
d48 1
a48 1
+				*freebsd[56]* )
@


1.1
log
@Update oidentd to 2.0.7
@
text
@d2 1
a2 1
+++ configure	Mon Jul 14 17:32:58 2003
d34 18
@

