--- parser3/configure 2009/04/18 09:28:59 1.104 +++ parser3/configure 2009/11/16 22:31:30 1.114.2.2 @@ -1668,7 +1668,7 @@ fi # Define the identity of the package. PACKAGE=parser - VERSION=3.3.1b + VERSION=3.4.0 # 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 \