X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=configure.in;h=d697ea0d8ae779ed87e84ab2513071d35df02846;hp=e4c53c938ad74b52c27bc3ba8b974e59009e9571;hb=6366c7315899e704ca34d84ebb9fe6947dea9ec2;hpb=363be8f069f55f9fe6a98798384c2cdd97b740d4 diff --git a/configure.in b/configure.in index e4c53c938..d697ea0d8 100644 --- a/configure.in +++ b/configure.in @@ -10,9 +10,13 @@ if test "${EMACS}" = "t"; then EMACS="" fi -AC_ARG_WITH(xemacs,[ --with-xemacs Use XEmacs to build], +AC_ARG_WITH(xemacs, + [AS_HELP_STRING([[--with-xemacs[=PROG]]], + [use XEmacs to build (default: PROG=xemacs)])], [ if test "${withval}" = "yes"; then EMACS=xemacs; else EMACS=${withval}; fi ]) -AC_ARG_WITH(emacs,[ --with-emacs Use Emacs to build], +AC_ARG_WITH(emacs, + [AS_HELP_STRING([[--with-emacs[=PROG]]], + [use Emacs to build (default: PROG=emacs)])], [ if test "${withval}" = "yes"; then EMACS=emacs; else EMACS=${withval}; fi ]) AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo, no)