Check-in Number:
|
1659 | |
Date: |
2002-Jan-27 12:49:49 (local)
2002-Jan-27 11:49:49 (UTC) |
User: | thl |
Branch: | |
Comment: |
finally fix AC_CHECK_EXTLIB output on --help |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/aclocal.m4 1.7 -> 1.8
--- aclocal.m4 2001/12/31 15:15:36 1.7
+++ aclocal.m4 2002/01/27 11:49:49 1.8
@@ -226,7 +226,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`
|
|