Is there a way to tell automake not to interpret part of the Makefile.am?
Specifically, I am trying to encode a Makefile conditional in a Makefile.am. As other peop
How about:
SOMEVAR=$(if $(SOMEVAR),$(SOMEVAR),"default_value")