autoconf-archive-maintainers
[Top][All Lists]
Advanced

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

Re: AX_PROG_{PERL, ...} -> (AU) obsoletes both AX_WITH_{PERL, ...} and A


From: Peter Simons
Subject: Re: AX_PROG_{PERL, ...} -> (AU) obsoletes both AX_WITH_{PERL, ...} and AX_PROG_{PERL, ...}_VERSION
Date: Wed, 13 Oct 2010 13:15:00 +0200

Hi Francesco,

IMHO, that patch is fine. Would you like to push it to the repository?

 > --- a/m4/ax_with_perl.m4
 > +++ b/m4/ax_with_perl.m4
 > @@ -28,8 +28,9 @@
 >  #   and this notice are preserved. This file is offered as-is, without any
 >  #   warranty.
 >
 > -#serial 12
 > +#serial 13
 >
 > +AU_DEFUN([AX_WITH_PERL], [AX_PROG_PERL($2,,,[ PERL=$1 ])])
 >  AC_DEFUN([AX_WITH_PERL],[
 >      AX_WITH_PROG(PERL,perl,$1,$2)
 >  ])

I am surprised that this code works. Is it possible to have both an
AU_DEFUN and an AC_DEFUN for the same name?

Take care,
Peter



reply via email to

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