Add two spaces.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 11 Jul 2000 20:07:13 +0000 (20:07 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 11 Jul 2000 20:07:13 +0000 (20:07 +0000)
configure.in

index 52c0d9d..a3610f6 100644 (file)
@@ -10,8 +10,10 @@ if test "${EMACS}" = "t"; then
    EMACS=""
 fi
 
    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)
 AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo, no)
 
 AC_CHECK_PROG(EMACS, emacs, emacs, xemacs)