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: Alexandre Duret-Lutz
Subject: Re: CVS automake testsuite failures under Tru64 unix
Date: 17 May 2002 21:09:39 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "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
 
-- 
Alexandre Duret-Lutz




reply via email to

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