[Top][All Lists]
[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
- CVS automake testsuite failures under Tru64 unix, Nicolas Joly, 2002/05/14
- FYI: better diagnostics on `+=' misuses (HEAD), Alexandre Duret-Lutz, 2002/05/16
- Re: CVS automake testsuite failures under Tru64 unix, Alexandre Duret-Lutz, 2002/05/16
- Re: CVS automake testsuite failures under Tru64 unix, Nicolas Joly, 2002/05/17
- Re: CVS automake testsuite failures under Tru64 unix, Alexandre Duret-Lutz, 2002/05/17
- Re: CVS automake testsuite failures under Tru64 unix, Nicolas Joly, 2002/05/17
- Re: CVS automake testsuite failures under Tru64 unix, Alexandre Duret-Lutz, 2002/05/17
- Re: CVS automake testsuite failures under Tru64 unix, Nicolas Joly, 2002/05/17
- Re: CVS automake testsuite failures under Tru64 unix,
Alexandre Duret-Lutz <=
- Re: CVS automake testsuite failures under Tru64 unix, Nicolas Joly, 2002/05/18
- Re: CVS automake testsuite failures under Tru64 unix, Akim Demaille, 2002/05/20
- Re: CVS automake testsuite failures under Tru64 unix, Alexandre Duret-Lutz, 2002/05/20
- Message not available
- Re: CVS automake testsuite failures under Tru64 unix, Alexandre Duret-Lutz, 2002/05/20
- Re: CVS automake testsuite failures under Tru64 unix, Alexandre Duret-Lutz, 2002/05/22
- Re: CVS automake testsuite failures under Tru64 unix, Nicolas Joly, 2002/05/25
- Re: CVS automake testsuite failures under Tru64 unix, Nicolas Joly, 2002/05/22