]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* configure.ac: Look for emacs, not macs.
authorAkim Demaille <akim@epita.fr>
Fri, 3 Oct 2003 13:58:37 +0000 (13:58 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 3 Oct 2003 13:58:37 +0000 (13:58 +0000)
Reported by Eric Sunshine.

ChangeLog
configure
configure.ac

index b4945c4083bf6ea76f150837e975ac764a48f7dd..24b365e242d48bd7f347fc63a3e9a3f48fe84aae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-03  Akim Demaille  <akim@epita.fr>
+
+       * configure.ac: Look for emacs, not macs.
+       Reported by Eric Sunshine.
+
 2003-10-03  Akim Demaille  <akim@epita.fr>
 
        * lib/autom4te.in (Autoreconf-preselections): Trace AC_CONFIG_AUX_DIR.
index fce3c945e383d16550474718bb25559590f9999e..b3ec0384b18afc90753a14f2d050e2b525e99ee5 100755 (executable)
--- 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
index 2530f4d1acc3f4a4314c023d87aec5c4f1386a3c..9b6f1a3c03b7b41afd9f0373d59fc063a4c0c153 100644 (file)
@@ -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: