Re: Old Emacs check

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

 



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



[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux