--- aclocal.m4 2002/07/30 19:08:24 1.13
+++ aclocal.m4 2003/01/06 11:41:51 1.14
@@ -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
@@ -53,8 +54,8 @@
dnl ## Support for Configuration Headers
dnl ##
dnl ## configure.in:
-dnl ## AC_HEADLINE(<short-name>, <long-name>,
-dnl ## <vers-var>, <vers-file>,
+dnl ## AC_HEADLINE(<short-name>, <long-name>,
+dnl ## <vers-var>, <vers-file>,
dnl ## <copyright>)
dnl ##
@@ -76,7 +77,7 @@
# find out package version
$3_STR="`$ac_shtool version -l c -d long $ac_srcdir/$4`"
AC_SUBST($3_STR)
-
+
# friendly header ;)
if test ".$enable_headline" != .no; then
echo "Configuring ${TB}$1${TN} ($2), Version ${TB}${$3_STR}${TN}"
@@ -352,7 +353,7 @@
if test ".$enable_maintainer" = .yes; then
bison_version=""
for prog in bison bison-beta bison-alpha bison-snap; do
- AC_PATH_PROG($1, $prog, NA)
+ AC_PATH_PROG($1, $prog, NA)
if test ".$$1" != .NA; then
bison_version=`($$1 --version | head -1 | sed -e 's;^[[^0-9]]*\([[0-9]][[0-9.]]*\).*;\1;') 2>/dev/null`
case "$bison_version" in
@@ -381,7 +382,7 @@
if test ".$enable_maintainer" = .yes; then
flex_version=""
for prog in flex flex-beta flex-alpha flex-snap; do
- AC_PATH_PROG($1, $prog, NA)
+ AC_PATH_PROG($1, $prog, NA)
if test ".$$1" != .NA; then
flex_version=`($$1 --version | head -1 | sed -e 's;^[[^0-9]]*\([[0-9]][[0-9.]]*\).*;\1;') 2>/dev/null`
case "$flex_version" in
|