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