--- aclocal.m4 2001/08/13 19:39:42 1.3
+++ aclocal.m4 2001/08/13 19:48:02 1.4
@@ -2,15 +2,15 @@
dnl ## XDS - OSSP Extensible Data Serialization Library
dnl ## Copyright (c) 2001 The OSSP Project (http://www.ossp.org/)
dnl ## Copyright (c) 2001 Cable & Wireless Deutschland (http://www.cw.com/de/)
-dnl ##
+dnl ##
dnl ## This file is part of OSSP XDS, an extensible data serialization
dnl ## library which can be found at http://www.ossp.org/pkg/xds/.
-dnl ##
+dnl ##
dnl ## Permission to use, copy, modify, and distribute this software for
dnl ## any purpose with or without fee is hereby granted, provided that
dnl ## the above copyright notice and this permission notice appear in all
dnl ## copies.
-dnl ##
+dnl ##
dnl ## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
dnl ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
dnl ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
@@ -31,8 +31,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 ##
@@ -55,7 +55,7 @@
# find out package version
$3_STR="`$ac_shtool version -l c -d long $ac_srcdir/$4`"
AC_SUBST($3_STR)
-
+
# friendly header ;)
echo "Configuring ${TB}$1${TN} ($2), Version ${TB}${$3_STR}${TN}"
echo "$5"
|