ossp-pkg/lmtp2nntp/aclocal.m4 1.5 -> 1.6
--- aclocal.m4 2001/09/04 09:46:06 1.5
+++ aclocal.m4 2001/09/05 09:10:28 1.6
@@ -226,7 +226,7 @@
AC_DEFUN(AC_CHECK_EXTLIB,[dnl
AC_ARG_WITH($2, [dnl
-[ --with-]$2[[=DIR] build with $1 library (default=no)]], [dnl
+[ --with-]$2[[=DIR] build with external $1 library (default=no)]], [dnl
if test ".$with_$2" = .yes; then
# via config script
$2_version=`($2-config --version) 2>/dev/null`
@@ -298,7 +298,7 @@
with_$2=no
fi
])dnl
-AC_MSG_CHECKING(whether to build against $1 library)
+AC_MSG_CHECKING(whether to build against external $1 library)
if test ".$with_$2" = .yes; then
ifelse([$5], , :, [$5])
else
|
|