bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU M4 1.9a] testsuite: 52 59 60 61 62 failed


From: Ralf Wildenhues
Subject: Re: [GNU M4 1.9a] testsuite: 52 59 60 61 62 failed
Date: Sat, 14 Oct 2006 17:20:10 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hi Eric,

* Eric Blake wrote on Sat, Oct 14, 2006 at 03:22:52PM CEST:
> 
> Hi Ralf, and thanks for the report.  And isn't autotest output lovely for
> debugging?

Yes, definitely for this kind of task.

> For 59-62, I think I've seen that failure pattern in one of my own trees.
>  A while ago, I moved the build location of modtest.la from modules to
> tests for the sake of 'make installcheck',

Indeed, a `rm modules/modtest.la' fixes this failure.  How about this?
(We do similar in Libtool for a couple of things.)

Cheers,
Ralf

2006-10-14  Ralf Wildenhues  <address@hidden>

        * Makefile.am: Clean up old location of modtest.la, for users of
        CVS M4.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/m4/m4/Makefile.am,v
retrieving revision 1.49
diff -u -r1.49 Makefile.am
--- Makefile.am 5 Oct 2006 23:07:28 -0000       1.49
+++ Makefile.am 14 Oct 2006 15:19:01 -0000
@@ -192,6 +192,9 @@
 tests_modtest_la_LIBADD                = $(module_libadd)
 tests_modtest_la_SOURCES       = modules/modtest.c
 
+# modtest used to reside in modules.  Help users of CVS M4.
+CLEANFILES += modules/modtest.la
+
 tests_shadow_la_LDFLAGS                = $(module_ldflags) $(module_check)
 tests_shadow_la_LIBADD         = $(module_libadd)
 tests_shadow_la_SOURCES                = modules/shadow.c




reply via email to

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