--- parser3/configure 2009/01/29 13:20:52 1.103 +++ parser3/configure 2009/10/06 00:38:49 1.112 @@ -1668,7 +1668,7 @@ fi # Define the identity of the package. PACKAGE=parser - VERSION=3.3.1b + VERSION=3.4.0b # 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 \