Ver código fonte

* Use AS_HELP_STRING for tcl --with options

Bryan Drewery 14 anos atrás
pai
commit
d048cc05c4
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      autotools/includes/libtcl.m4

+ 2 - 2
autotools/includes/libtcl.m4

@@ -7,8 +7,8 @@ dnl EGG_TCL_ARG_WITH()
 dnl
 AC_DEFUN([EGG_TCL_ARG_WITH],
 [
-  AC_ARG_WITH(tcllib, [  --with-tcllib=PATH      full path to Tcl library], [tcllibname="$withval"])
-  AC_ARG_WITH(tclinc, [  --with-tclinc=PATH      full path to Tcl header],  [tclincname="$withval"])
+  AC_ARG_WITH(tcllib, [AS_HELP_STRING([--with-tcllib=PATH],[full path to Tcl library])], [tcllibname="$withval"])
+  AC_ARG_WITH(tclinc, [AS_HELP_STRING([--with-tclinc=PATH],[full path to Tcl header])],  [tclincname="$withval"])
 
   WARN=0
   # Make sure either both or neither $tcllibname and $tclincname are set