--- parser3/configure 2009/05/15 07:16:21 1.106 +++ parser3/configure 2009/11/27 10:20:15 1.118 @@ -1668,7 +1668,7 @@ fi # Define the identity of the package. PACKAGE=parser - VERSION=3.4.0b + VERSION=3.4.1b # Some tools Automake needs. @@ -6213,6 +6213,13 @@ done case "$host" in + *-freebsd4*) + +cat >>confdefs.h <<\_ACEOF +#define FREEBSD4 +_ACEOF + + ;; *-sunos5.6* | *-solaris2.6*) echo "$as_me:$LINENO: checking for main in -lxnet" >&5 @@ -6887,11 +6894,13 @@ fi + for ac_func in flock \ _locking \ fcntl \ lockf \ ftruncate \ +fchmod \ getrusage \ gettimeofday \ crypt \