* gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
when use_libtests.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2007-12-12 Eric Blake <ebb9@byu.net>
+
+ Allow circular dependency of separate libtests.a
+ * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
+ when use_libtests.
+
2007-12-11 Eric Blake <ebb9@byu.net>
Fix bug with -0.0L in previous patch.
echo "libtests_a_LIBADD = \$(${macro_prefix}tests_LIBOBJS)"
echo "libtests_a_DEPENDENCIES = \$(${macro_prefix}tests_LIBOBJS)"
echo "EXTRA_libtests_a_SOURCES ="
+ # The circular dependency in LDADD requires this.
+ echo "AM_LIBTOOLFLAGS = --preserve-dup-deps"
echo
fi
cat allsnippets.tmp \