Check-in Number:
|
1686 | |
Date: |
2002-Jan-29 18:00:17 (local)
2002-Jan-29 17:00:17 (UTC) |
User: | ms |
Branch: | |
Comment: |
Propagate OSSP lmtp2nntp correction, 'Fix AC_CHECK_EXTLIB output on --help'.
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from: |
Tickets: |
|
Inspections: |
|
Files: |
|
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`
|
|