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: Fri, 17 May 2002 17:35:17 +0200
User-agent: Mutt/1.2.5i

On Fri, May 17, 2002 at 04:40:19PM +0200, Alexandre Duret-Lutz wrote:
> >>> "Nicolas" == Nicolas Joly <address@hidden> writes:
> 
> [...]
> 
>  >> No surprise :(.  Could you send aclocal.m4 too?
> 
>  Nicolas> Here it is.
> 
> No surprise either, it's exactly the same as mine.  I've tried
> to run Autoconf 2.53 and today's CVS Autoconf (in
> tests/testSubDir as you did) and could not reproduce it.

This seems to be an autoconf (v5.53) problem, not automake ...
It doesn't like `sinclude' as package name ?

address@hidden [tmp/autoconf]> cat > configure.in << EOF
heredoc> AC_INIT(sinclude, 0.0)
heredoc> AC_OUTPUT
heredoc> EOF
address@hidden [tmp/autoconf]> autoconf
configure.in:2: error: m4_defn: undefined macro: _m4_divert_diversion
../m4sugar/m4sh.m4:186: AS_SHELL_SANITIZE is expanded from...
configure.in:2: the top level
address@hidden [tmp/autoconf]> echo $?                  
1

address@hidden [tmp/autoconf]> cat > configure.in << EOF
AC_INIT(include, 0.0) 
AC_OUTPUT
EOF
address@hidden [tmp/autoconf]> autoconf                 
address@hidden [tmp/autoconf]> echo $?
0

address@hidden [tmp/autoconf]> cat > configure.in << EOF
AC_INIT(ssinclude, 0.0) 
AC_OUTPUT
EOF
address@hidden [tmp/autoconf]> autoconf                 
address@hidden [tmp/autoconf]> echo $?                  
0


I can reproduce this behaviour under Tru64 unix v5.1a and NetBSD
v1.5.1, but no problems occurs on linux i386 v2.4.18.

-- 
Nicolas Joly

Biological Software and Databanks.
Pasteur Institute, Paris.



reply via email to

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