ifdef in Makefile.am

2009-12-02 Thread Joakim Tjernlund
I basicall want to do in a Makefile.am ifdef automake version 1.4 AM_LDFLAGS=... else LDFLAGS=... endif Because am version == 1.4 does not like some newer automake macros and I am moving a big project over to am 1.10. I need the 2 versions to coexist for a while until I have moved everything

Re: ifdef in Makefile.am

2009-12-02 Thread Ralf Wildenhues
Hello Joakim, * Joakim Tjernlund wrote on Wed, Dec 02, 2009 at 11:59:11PM CET: I basicall want to do in a Makefile.am ifdef automake version 1.4 AM_LDFLAGS=... else LDFLAGS=... endif Because am version == 1.4 does not like some newer automake macros and I am moving a big project over