better output using AS_HELP_STRING macro
authorReinhard Pfau <Reinhard.Pfau@gmx.de>
Sun, 29 Mar 2009 17:40:53 +0000 (19:40 +0200)
committerReinhard Pfau <Reinhard.Pfau@gmx.de>
Sun, 29 Mar 2009 17:40:53 +0000 (19:40 +0200)
configure.in

index 5354fb5..18ff000 100644 (file)
@@ -12,7 +12,8 @@ AC_PROG_CXX
 AM_PROG_LIBTOOL
 
 
-AC_ARG_WITH(optimize,[  --with-optimize      compile with optimizing],
+AC_ARG_WITH(optimize,
+AS_HELP_STRING([--with-optimize],[compile with optimizing]),
 [
     AC_MSG_CHECKING(for optimizing)
     if test "$withval" != "no"; then