bug-autoconf
[Top][All Lists]
Advanced

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

Re: CVS automake testsuite failures under Tru64 unix


From: Akim Demaille
Subject: Re: CVS automake testsuite failures under Tru64 unix
Date: 20 May 2002 11:56:40 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

| On Fri, May 17, 2002 at 09:09:39PM +0200, Alexandre Duret-Lutz wrote:
| > >>> "Nicolas" == Nicolas Joly <address@hidden> writes:
| > 
| > [...]
| > 
| >  Nicolas> This seems to be an autoconf (v5.53) problem, not automake ...
| >  Nicolas> It doesn't like `sinclude' as package name ?
| > 
| >  Nicolas> AC_INIT(sinclude, 0.0)
| > 
| > I have no idea why this work on some arch and not others, or how
| > `sinclude' differs from `include' (they are both m4 macros), but
| > I think it's legitimate for Autoconf to complain.
| > 
| > Can you try this?
| > 
| > --- tests/defs      26 Mar 2002 09:38:47 -0000      1.46
| > +++ tests/defs      17 May 2002 19:19:32 -0000
| > @@ -53,11 +53,11 @@
| >  # still produces a valid configure.ac.  But then, tests running
| >  # config.status really need to append AC_OUTPUT.
| >  cat > configure.in << END
| > -AC_INIT($me, 1.0)
| > +AC_INIT([$me], [1.0])

I have not read the whole thread, but in the case of a non literal
(i.e., not an Sh-free expression), it shoudn't matter.  In the case of
an M4 literal, be sure to *double* quote, as you don't want sinclude
to be evaluated.

AC_INIT([[sinclude]], ...

AC_INIT([[m4_define]], ...



reply via email to

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