--- configure.ac 2003/01/06 11:19:45 1.26
+++ configure.ac 2003/01/06 11:41:51 1.27
@@ -1,9 +1,10 @@
dnl ##
-dnl ## OSSP l2 - Logging Library
-dnl ## Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
-dnl ## Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
+dnl ## OSSP l2 - Flexible Logging
+dnl ## Copyright (c) 2001-2003 Cable & Wireless Deutschland GmbH
+dnl ## Copyright (c) 2001-2003 The OSSP Project (http://www.ossp.org/)
+dnl ## Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
dnl ##
-dnl ## This file is part of OSSP L2, a flexible logging library which
+dnl ## This file is part of OSSP l2, a flexible logging library which
dnl ## can be found at http://www.ossp.org/pkg/lib/l2/.
dnl ##
dnl ## Permission to use, copy, modify, and distribute this software for
@@ -27,13 +28,14 @@
dnl ## configure.in: Autoconf specification
dnl ##
-AC_PREREQ(2.54)
+AC_PREREQ(2.57)
AC_INIT
AC_HEADLINE(dnl
-OSSP l2, Logging Library, dnl
+OSSP l2, Flexible Logging, dnl
L2_VERSION, l2_version.c, dnl
-[Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
-Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)])
+[Copyright (c) 2001-2003 The OSSP Project (http://www.ossp.org/)
+Copyright (c) 2001-2003 Ralf S. Engelschall (rse@engelschall.com)
+Copyright (c) 2001-2003 Cable & Wireless Deutschland GmbH])
AC_PREFIX_DEFAULT(/usr/local)
AC_PLATFORM(PLATFORM)
@@ -50,7 +52,7 @@
AC_CHECK_LIB(nsl, gethostname)
if test ".`echo $LIBS | grep nsl`" = . ;then
AC_CHECK_LIB(nsl, gethostbyname)
-fi
+fi
AC_CHECK_LIB(socket, accept)
AC_CHECK_HEADERS(sys/time.h)
@@ -66,7 +68,7 @@
sinclude(l2_ut_sa.ac)
SA_CHECK_ALL
-AC_CHECK_EXTLIB([Dmalloc], dmalloc, dmalloc_debug, dmalloc.h,
+AC_CHECK_EXTLIB([Dmalloc], dmalloc, dmalloc_debug, dmalloc.h,
[AC_DEFINE(WITH_DMALLOC, 1, [Define to 1 if building with Dmalloc])])
AC_CONFIG_HEADERS(l2_config.h)
|