jerenkrantz 01/08/21 11:44:27
Modified: build apu-conf.m4
Log:
Clean up ./configure --help output to be properly formatted.
Revision Changes Path
1.14 +4 -4 apr-util/build/apu-conf.m4
Index: apu-conf.m4
===================================================================
RCS file: /home/cvs/apr-util/build/apu-conf.m4,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- apu-conf.m4 2001/08/18 09:54:17 1.13
+++ apu-conf.m4 2001/08/21 18:44:26 1.14
@@ -356,7 +356,7 @@
AC_DEFUN(APU_FIND_EXPAT,[
AC_ARG_WITH([expat],
-[ --with-expat=DIR specify Expat location], [
+[ --with-expat=DIR specify Expat location], [
if test "$withval" = "yes"; then
AC_MSG_ERROR([a directory must be specified for --with-expat])
elif test "$withval" = "no"; then
@@ -447,9 +447,9 @@
apu_has_ldap_netscape_ssl="undef"
apu_has_ldap_starttls="undef"
-AC_ARG_WITH(ldap-include, --with-ldap-include=path path to ldap include
files with trailing slash)
-AC_ARG_WITH(ldap-lib, --with-ldap-lib=path path to ldap lib file)
-AC_ARG_WITH(ldap, --with-ldap=library ldap library to use,
+AC_ARG_WITH(ldap-include,[ --with-ldap-include=path path to ldap include
files with trailing slash])
+AC_ARG_WITH(ldap-lib,[ --with-ldap-lib=path path to ldap lib file])
+AC_ARG_WITH(ldap,[ --with-ldap=library ldap library to use],
[
if test -n "$with_ldap_include"; then
APR_ADDTO(CPPFLAGS, [-I$with_ldap_include])