summaryrefslogtreecommitdiff
path: root/contrib/openbsm/configure.ac
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2006-09-21 07:07:33 +0000
committerRobert Watson <rwatson@FreeBSD.org>2006-09-21 07:07:33 +0000
commitbb97b41819ea5a5e5315006cdad6902bfa2b7eb6 (patch)
treee89d92d2294a63485849fba4ed404c2f99207ca7 /contrib/openbsm/configure.ac
parentfdb4472c922529a63f0a510764a809b6e6b9dbbb (diff)
downloadsrc-test2-bb97b41819ea5a5e5315006cdad6902bfa2b7eb6.tar.gz
src-test2-bb97b41819ea5a5e5315006cdad6902bfa2b7eb6.zip
Notes
Diffstat (limited to 'contrib/openbsm/configure.ac')
-rw-r--r--contrib/openbsm/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/openbsm/configure.ac b/contrib/openbsm/configure.ac
index cd708bedecca..8547245c0e44 100644
--- a/contrib/openbsm/configure.ac
+++ b/contrib/openbsm/configure.ac
@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([OpenBSM], [1.0a10], [trustedbsd-audit@TrustesdBSD.org],[openbsm])
-AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#29 $])
+AC_INIT([OpenBSM], [1.0a11], [trustedbsd-audit@TrustesdBSD.org],[openbsm])
+AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#31 $])
AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER([config/config.h])
@@ -56,7 +56,7 @@ AC_FUNC_MKTIME
AC_TYPE_SIGNAL
AC_FUNC_STAT
AC_FUNC_STRFTIME
-AC_CHECK_FUNCS([bzero clock_gettime ftruncate gettimeofday inet_ntoa memset strchr strerror strrchr strstr strtol strtoul])
+AC_CHECK_FUNCS([bzero clock_gettime ftruncate gettimeofday inet_ntoa memset strchr strerror strlcat strrchr strstr strtol strtoul])
# sys/queue.h exists on most systems, but its capabilities vary a great deal.
# test for LIST_FIRST and TAILQ_FOREACH_SAFE, which appears to not exist in