Re: @LDFLAGS@ not expanded

2001-03-30 Thread Akim Demaille
> "Jeremy" == Jeremy Slade <[EMAIL PROTECTED]> writes: Jeremy> Any idea what I'm doing wrong here? This is autoconf-2.49c, Jeremy> automake-1.4b, and libtool 1.3.5. Update Autoconf.

@LDFLAGS@ not expanded

2001-03-28 Thread Jeremy Slade
I have a Makefile.am that looks like this: -- TESTS = Ruleset-test Ruleset-test.pl check_PROGRAMS = Ruleset-test check_SCRIPTS = Ruleset-test.pl Ruleset_test_SOURCES = Ruleset-test.C Ruleset_test_CXXFLAGS = -I../src -I$(REUSELIB_INCLUDE) Ruleset_