> [Added Paul to Cc, there's something for you.] > > > What is LOADLIBES in tests/Makefile.am used for? > > r3206 | zimmerma | 2005-01-21 13:20:54 +0100 (Fri, 21 Jan 2005) | 2 lines > > added LOADLIBES=... > > Paul?
I don't remember why I added this line: quiche% svn diff -r 3205:3206 Index: tests/Makefile.am =================================================================== --- tests/Makefile.am (revision 3205) +++ tests/Makefile.am (revision 3206) @@ -6,6 +6,7 @@ LDADD = libfrtests.a $(MPFR_LIBM) $(top_builddir)/libmpfr.a INCLUDES = -I$(top_srcdir) @INCLUDES@ +LOADLIBES=$(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(LDADD) $(LIBS) check_LIBRARIES = libfrtests.a libfrtests_a_SOURCES = memory.c rnd_mode.c tests.c cmp_str.c I have removed it. Paul
