[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LDFLAGS not substituted.
From: |
Akim Demaille |
Subject: |
Re: LDFLAGS not substituted. |
Date: |
26 Jan 2001 12:57:00 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake) |
| Hello!
| We obviously went too far by removing AC_SUBST(LDFLAGS) in
| _AC_INIT_PREPARE. Now the following configure.in doesn't result in
| configure substituting LDFLAGS, whereas Automake still puts @LDFLAGS@ in
| Makefile.in:
Actually, while this might be the right fix, I'd like to see an actual
explanation of the problem: why is Automake doing this. What Automake?