Make the configure help more consistent.
authorDavid Reiss <dreiss@apache.org>
Sun, 2 Mar 2008 07:00:15 +0000 (07:00 +0000)
committerDavid Reiss <dreiss@apache.org>
Sun, 2 Mar 2008 07:00:15 +0000 (07:00 +0000)
Make the help strings generated by AX_THRIFT_GEN look more like
the ones from built-in autoconf macros.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665543 13f79535-47bb-0310-9956-ffa450edef68

aclocal/ax_thrift_gen.m4

index c200869..51661fc 100644 (file)
@@ -12,7 +12,7 @@ dnl @license AllPermissive
 AC_DEFUN([AX_THRIFT_GEN],
          [
           AC_ARG_ENABLE([gen-$1],
-                        AC_HELP_STRING([--enable-gen-$1], [Enable the $2 compiler.  Default is $3]),
+                        AC_HELP_STRING([--enable-gen-$1], [enable the $2 compiler @<:@default=$3@:>@]),
                         [ax_thrift_gen_$1="$enableval"],
                         [ax_thrift_gen_$1=$3]
                         )