X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=configure.in;h=09881223e454cc2f1269c88af635d3522782b51a;hp=e4c53c938ad74b52c27bc3ba8b974e59009e9571;hb=8da1336efbd60db3a837c2dd77c91bc6f1116661;hpb=363be8f069f55f9fe6a98798384c2cdd97b740d4 diff --git a/configure.in b/configure.in index e4c53c938..09881223e 100644 --- a/configure.in +++ b/configure.in @@ -3,16 +3,21 @@ AC_SET_MAKE AC_PROG_INSTALL dnl -dnl Apparently, if you run a shell window in Emacs, it sets the EMACS -dnl environment variable to 't'. Lets undo the damage. +dnl Apparently, if you run a shell window or a term window in Emacs, +dnl it sets the EMACS environment variable to 't' or a version number +dnl of Emacs. Lets undo the damage. dnl -if test "${EMACS}" = "t"; then +if test "${EMACS}" = "t" -o -n "${INSIDE_EMACS}"; 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) @@ -21,8 +26,6 @@ AC_CHECK_PROG(EMACS, emacs, emacs, xemacs) AC_PATH_LISPDIR AC_PATH_ETCDIR AC_PATH_INFO_DIR -AC_CHECK_URL -AC_CHECK_W3 AC_SET_BUILD_FLAGS GNUS_CHECK_FONTS