From: ShengHuo ZHU Date: Tue, 11 Jul 2000 20:07:13 +0000 (+0000) Subject: Add two spaces. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=b7b80acf6c8c04fe4b233a46e19f9a1d19ef024e;ds=sidebyside Add two spaces. --- diff --git a/configure.in b/configure.in index 52c0d9d6c..a3610f669 100644 --- a/configure.in +++ b/configure.in @@ -10,8 +10,10 @@ if test "${EMACS}" = "t"; then EMACS="" fi -AC_ARG_WITH(xemacs, --with-xemacs Use XEmacs to build, [ if test "${withval}" = "yes"; then EMACS=xemacs; else EMACS=${withval}; fi ]) -AC_ARG_WITH(emacs, --with-emacs Use Emacs to build, [ if test "${withval}" = "yes"; then EMACS=emacs; else EMACS=${withval}; fi ]) +AC_ARG_WITH(xemacs,[ --with-xemacs Use XEmacs to build], + [ if test "${withval}" = "yes"; then EMACS=xemacs; else EMACS=${withval}; fi ]) +AC_ARG_WITH(emacs,[ --with-emacs Use Emacs to build], + [ if test "${withval}" = "yes"; then EMACS=emacs; else EMACS=${withval}; fi ]) AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo, no) AC_CHECK_PROG(EMACS, emacs, emacs, xemacs)