autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Old Emacs check


From: Eric Sunshine
Subject: Re: Old Emacs check
Date: Fri, 3 Oct 2003 08:52:36 -0400

On Fri, 03 Oct 2003 09:09:36 +0200, Akim Demaille wrote:
> Eric Sunshine wrote:
>  > Here is a patch for Autoconf's configure.ac
>  > which adds a check for a sufficiently recent version of Emacs.
> Thanks, I installed the following.

Thank you.  Unfortunately, there is a bit of a problem.  When you fixed the  
quoting in the old AC_CHECK_PROGS invocation, it seems that you accidentally  
deleted an important character.

> diff -u -u -r1.59 configure.ac
> -AC_CHECK_PROGS(EMACS, emacs xemacs, no)
> +AC_CHECK_PROGS([TEST_EMACS], [macs xemacs], [no])

That should read [emacs xemacs], rather than [macs xemacs].  :-)

-- ES




reply via email to

[Prev in Thread] Current Thread [Next in Thread]