automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ifdef in Makefile.am


From: Joakim Tjernlund
Subject: ifdef in Makefile.am
Date: Wed, 2 Dec 2009 23:59:11 +0100

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 over.
How can I do this? Tried lots of variants but no luck.

 Jocke





reply via email to

[Prev in Thread] Current Thread [Next in Thread]