X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=configure.in;h=d697ea0d8ae779ed87e84ab2513071d35df02846;hp=43ed3fb7886f9306381f84fa5c3dc7a204d4e8e6;hb=8aa9955727d97ee14fb138a3d2f0f214899f4096;hpb=125d88b46ad2efa065f06d5dac37a245b488985a diff --git a/configure.in b/configure.in index 43ed3fb78..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) @@ -27,7 +31,3 @@ AC_SET_BUILD_FLAGS GNUS_CHECK_FONTS AC_OUTPUT(Makefile etc/Makefile lisp/Makefile texi/Makefile texi/gnusconfig.tex texi/ps/Makefile) - -m4_if(dnl Do not change this comment - arch-tag: 4fda042e-c632-45be-867f-4d90bc87746b -)dnl