From: Akim Demaille Date: Fri, 3 Oct 2003 13:58:37 +0000 (+0000) Subject: * configure.ac: Look for emacs, not macs. X-Git-Tag: AUTOCONF-2.57g~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e33f0affbad81dc22b225938f156762c8480f8de;p=thirdparty%2Fautoconf.git * configure.ac: Look for emacs, not macs. Reported by Eric Sunshine. --- diff --git a/ChangeLog b/ChangeLog index b4945c40..24b365e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-03 Akim Demaille + + * configure.ac: Look for emacs, not macs. + Reported by Eric Sunshine. + 2003-10-03 Akim Demaille * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR. diff --git a/configure b/configure index fce3c945..b3ec0384 100755 --- a/configure +++ b/configure @@ -1838,7 +1838,7 @@ echo "$as_me: error: Perl 5.005_03 or better is required" >&2;} TEST_EMACS=$EMACS test x"$TEST_EMACS" = xt && TEST_EMACS= -for ac_prog in macs xemacs +for ac_prog in emacs xemacs do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 diff --git a/configure.ac b/configure.ac index 2530f4d1..9b6f1a3c 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ $PERL -e 'require 5.005_03;' || { AC_CONFIG_FILES([lib/emacs/Makefile]) TEST_EMACS=$EMACS test x"$TEST_EMACS" = xt && TEST_EMACS= -AC_CHECK_PROGS([TEST_EMACS], [macs xemacs], [no]) +AC_CHECK_PROGS([TEST_EMACS], [emacs xemacs], [no]) # autoconf-mode.el and autotest-mode.el do not work with older version of # Emacs (i.e. 18.x.x). During byte-compilation, Emacs complains: