From b7b80acf6c8c04fe4b233a46e19f9a1d19ef024e Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Tue, 11 Jul 2000 20:07:13 +0000 Subject: [PATCH 1/1] Add two spaces. --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) -- 2.25.1