[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: |
Mon, 10 Jun 2002 12:23:01 +0200 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) |
>>> "Nicolas" == Nicolas Joly <address@hidden> writes:
[...]
Nicolas> Sorry, for late answering. But it doesn't work for me :
Nicolas> address@hidden [tmp/autoconf]> cat > configure.in <<EOF
Nicolas> AC_INIT([am__sinclude], [1.0])
Nicolas> EOF
Nicolas> address@hidden [tmp/autoconf]> autoconf
Nicolas> /local/bin/m4: memory exhausted
[...]
I'm checking in this.
2002-06-10 Alexandre Duret-Lutz <address@hidden>
* tests/sinclude.test: Rename the package as amsinclude;
am__sinclude still trigers the sinclude macro once it has been
converted to am--sinclude.
Reported by Nicolas Joly.
Index: tests/sinclude.test
===================================================================
RCS file: /cvs/automake/automake/tests/sinclude.test,v
retrieving revision 1.5
diff -u -r1.5 sinclude.test
--- tests/sinclude.test 22 May 2002 09:50:53 -0000 1.5
+++ tests/sinclude.test 10 Jun 2002 10:20:16 -0000
@@ -8,7 +8,7 @@
# name and this play havoc with Autoconf on some platforms (`sinclude'
# is an m4 macro).
cat > configure.in <<EOF
-AC_INIT([am__sinclude], [1.0])
+AC_INIT([amsinclude], [1.0])
AM_INIT_AUTOMAKE
AC_CONFIG_FILES([Makefile])
EOF
--
Alexandre Duret-Lutz
- Re: CVS automake testsuite failures under Tru64 unix,
Alexandre Duret-Lutz <=