Index: ossp-pkg/lmtp2nntp/aclocal.m4 RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/aclocal.m4,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/aclocal.m4,v' 2>/dev/null --- aclocal.m4 2001/08/21 10:02:15 1.2 +++ aclocal.m4 2001/08/21 10:13:27 1.3 @@ -200,8 +200,8 @@ dnl ## AC_DEFUN(AC_CHECK_EXTLIB,[dnl -AC_ARG_WITH($2,dnl -[ --with-]$2[[[=DIR]] build with $1 library (default=no)]), +AC_ARG_WITH($2, [dnl +[ --with-]$2[[[=DIR]] build with $1 library (default=no)]], [dnl if test ".$with_$2" = .yes; then # via config script $2_version=`($2-config --version) 2>/dev/null` @@ -268,11 +268,11 @@ if test ".$with_$2" = .no; then AC_ERROR([Unable to find $1 library]) fi -, + ], [dnl if test ".$with_$2" = .; then with_$2=no fi -)dnl + ])dnl AC_MSG_CHECKING(whether to build against $1 library) if test ".$with_$2" = .yes; then ifelse([$5], , :, [$5])