Hi,

The helptext was hopping a bit. The attached patchlet aligns the outliers
to the commonly used column.

If i'm not mistaken then usually "--disable-nls" is used and not 
"--disable-intl".
I would like to ask if you would consider to adopt the widely used --disable-nls
instead?

thanks,
Bernhard
Index: configure.ac
===================================================================
--- configure.ac	(revision 1663)
+++ configure.ac	(working copy)
@@ -267,7 +267,7 @@
 
 AM_GLIB_GNU_GETTEXT()
 
-AC_ARG_ENABLE(libintl,[  --disable-libintl        i18n support (libintl)],
+AC_ARG_ENABLE(libintl,[  --disable-libintl       i18n support (libintl)],
 [],[enable_libintl=yes])
 
 if test x$enable_libintl = xyes; then
@@ -637,8 +637,8 @@
 AC_ARG_ENABLE(ruby-site-install,
 [  --enable-ruby-site-install   by default the rrdtool ruby modules are installed
 		  	  together with rrdtool in $prefix/lib/ruby. You have to
-                          add $prefix/lib/ruby/$ruby_version/$sitearch to your $: variable
-                          for ruby to find the RRD.so file.],
+                          add $prefix/lib/ruby/$ruby_version/$sitearch to your
+                          $: variable for ruby to find the RRD.so file.],
 [RUBY_MAKE_OPTIONS=],[RUBY_MAKE_OPTIONS="sitedir=$langpref/lib/ruby"])
 
     
@@ -834,7 +834,7 @@
 	  TCL_INCLUDE_SPEC="$TCL_INCLUDE_SPEC -I$TCL_INC_DIR"
 	fi
   fi
-  AC_ARG_ENABLE(tcl,[  --enable-tcl-site        install the tcl extension in the tcl tree],
+  AC_ARG_ENABLE(tcl,[  --enable-tcl-site       install the tcl extension in the tcl tree],
   [],[enable_tcl_site=yes])
 
 fi
_______________________________________________
rrd-developers mailing list
rrd-developers@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Reply via email to