Author: jberry
Date: Wed Jun  1 17:44:06 2005
New Revision: 179473

URL: http://svn.apache.org/viewcvs?rev=179473&view=rev
Log:
tidy up some help messages in configure

Modified:
    xerces/c/branches/jberry/3.0-unstable/m4/xerces_curl_prefix.m4
    xerces/c/branches/jberry/3.0-unstable/m4/xerces_icu_prefix.m4
    xerces/c/branches/jberry/3.0-unstable/m4/xerces_libwww_prefix.m4
    xerces/c/branches/jberry/3.0-unstable/m4/xerces_pretty_make.m4

Modified: xerces/c/branches/jberry/3.0-unstable/m4/xerces_curl_prefix.m4
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/m4/xerces_curl_prefix.m4?rev=179473&r1=179472&r2=179473&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/m4/xerces_curl_prefix.m4 (original)
+++ xerces/c/branches/jberry/3.0-unstable/m4/xerces_curl_prefix.m4 Wed Jun  1 
17:44:06 2005
@@ -12,7 +12,7 @@
 AC_DEFUN([XERCES_CURL_PREFIX],
        [
        AC_ARG_WITH([curl],
-               [  --with-curl[[=DIR]]           Specify location of libcurl],
+               [  --with-curl[[=DIR]]       Specify location of libcurl],
                [with_curl=m4_if($with_curl, [yes], [], $with_curl)],
                [with_curl=])
 

Modified: xerces/c/branches/jberry/3.0-unstable/m4/xerces_icu_prefix.m4
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/m4/xerces_icu_prefix.m4?rev=179473&r1=179472&r2=179473&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/m4/xerces_icu_prefix.m4 (original)
+++ xerces/c/branches/jberry/3.0-unstable/m4/xerces_icu_prefix.m4 Wed Jun  1 
17:44:06 2005
@@ -12,7 +12,7 @@
 AC_DEFUN([XERCES_ICU_PREFIX],
        [
        AC_ARG_WITH([icu],
-               [  --with-icu[[=DIR]]           Specify location of icu],
+               [  --with-icu[[=DIR]]        Specify location of icu],
                [with_icu=m4_if($with_icu, [yes], [], $with_icu)],
                [with_icu=])
 

Modified: xerces/c/branches/jberry/3.0-unstable/m4/xerces_libwww_prefix.m4
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/m4/xerces_libwww_prefix.m4?rev=179473&r1=179472&r2=179473&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/m4/xerces_libwww_prefix.m4 (original)
+++ xerces/c/branches/jberry/3.0-unstable/m4/xerces_libwww_prefix.m4 Wed Jun  1 
17:44:06 2005
@@ -12,7 +12,7 @@
 AC_DEFUN([XERCES_LIBWWW_PREFIX],
        [
        AC_ARG_WITH([libwww],
-               [  --with-libwww[[=DIR]]         Include libwww support],
+               [  --with-libwww[[=DIR]]     Specify locations of libwww],
                [with_libwww=m4_if($with_libwww, [yes], [], $with_libwww)],
                [with_libwww=])
                

Modified: xerces/c/branches/jberry/3.0-unstable/m4/xerces_pretty_make.m4
URL: 
http://svn.apache.org/viewcvs/xerces/c/branches/jberry/3.0-unstable/m4/xerces_pretty_make.m4?rev=179473&r1=179472&r2=179473&view=diff
==============================================================================
--- xerces/c/branches/jberry/3.0-unstable/m4/xerces_pretty_make.m4 (original)
+++ xerces/c/branches/jberry/3.0-unstable/m4/xerces_pretty_make.m4 Wed Jun  1 
17:44:06 2005
@@ -14,7 +14,7 @@
        [
        AC_MSG_CHECKING([whether we'll generate prettier make output])
        AC_ARG_ENABLE([pretty-make],
-               AS_HELP_STRING([--pretty-make],
+               AS_HELP_STRING([--enable-pretty-make],
                        [Enable prettier make output]),
                [AS_IF([test x"$enableval" = xyes],
                        [xerces_pretty_make=yes],



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to