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: Nicolas Joly
Subject: Re: CVS automake testsuite failures under Tru64 unix
Date: Sat, 18 May 2002 10:03:17 +0200
User-agent: Mutt/1.2.5i

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])
>  AM_INIT_AUTOMAKE
>  AC_PROG_INSTALL
>  AC_PROG_MAKE_SET
> -AC_CONFIG_FILES(Makefile)
> +AC_CONFIG_FILES([Makefile])
>  END

This time, it gives a better message, but m4 loops trying to include
something (and taking all the memory :-().

=== Running test ./sinclude.test
+ mkdir sub 
+ cat 
+ : 
+ perl ../../aclocal -I /home/njoly/temp/automake/tests/testSubDir/../../m4 
--acdir=/home/njoly/temp/automake/tests/../m4 
+ echo sinclude(sub/p.m4) 
+ perl ../../automake --libdir=/home/njoly/temp/automake/tests/../lib --foreign 
--Werror --Wno-error 
configure.in:1: warning: file `' included several times
^C

-- 
Nicolas Joly

Biological Software and Databanks.
Pasteur Institute, Paris.



reply via email to

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