LDADD problem on Redhat 8.0 (automake 1.6.3)

2003-09-23 Thread Leonard mckinley
A Makefile.am in our project that contains the following works fine on automake 1.7.2-32 (SuSE 8.2) but generates an invalid Makefile on automake 1.6.3 (Redhat 8.0). The Makefile has a bunch of uncommented @TRUE@ lines followed by commented out lib names, right before LDADD which is empty. First,

LDADD problem on Redhat 8.0 (automake 1.6.3)

2003-09-23 Thread Randall Hopper
Is this Makefile.am source valid? LDADD = ../dira/liba.la ../dirb/libb.la if WITH_MY_FEATURE else LDADD += ../dirc/libc.la endif A Makefile.am in our project that contains the above works fine on automake 1.7.2-32 (SuSE 8.2) but generates an invalid Makefile on automake 1.6.3 (Redhat 8

Re: LDADD problem on Redhat 8.0 (automake 1.6.3)

2003-09-26 Thread Alexandre Duret-Lutz
>>> "Randall" == Randall Hopper <[EMAIL PROTECTED]> writes: Randall> Is this Makefile.am source valid? Yes, starting with Automake 1.7. -- Alexandre Duret-Lutz