--- aclocal.m4 2001/08/20 10:45:44 1.1
+++ aclocal.m4 2001/08/21 10:02:15 1.2
@@ -23,8 +23,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 ##
@@ -47,7 +47,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"
@@ -201,7 +201,7 @@
AC_DEFUN(AC_CHECK_EXTLIB,[dnl
AC_ARG_WITH($2,dnl
-[ --with-]substr([$2[[=DIR]] ], 0, 19)[build against $1 library (default=no)],
+[ --with-]$2[[[=DIR]] build with $1 library (default=no)]),
if test ".$with_$2" = .yes; then
# via config script
$2_version=`($2-config --version) 2>/dev/null`
|