ossp-pkg/rc/aclocal.m4 1.3 -> 1.4
--- aclocal.m4 2002/01/25 16:02:42 1.3
+++ aclocal.m4 2002/01/29 17:00:17 1.4
@@ -230,7 +230,7 @@
AC_DEFUN(AC_CHECK_EXTLIB,[dnl
AC_ARG_WITH($2, [dnl
-[ --with-]$2[[=DIR] build with external $1 library (default=no)]], [dnl
+[ --with-]m4_substr([$2[[=DIR]] ], 0, 19)[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`
|
|