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 <[EMAIL PROTECTED]>
* 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
_______________________________________________
Bug-m4 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-m4