Hi, Is there a way, in Makefile.am, to check if a variable is empty or defined on command line.
# Makefile.am if $(FOOBAR) --- $ make FOOBAR=1 Thanks
Hi, Is there a way, in Makefile.am, to check if a variable is empty or defined on command line.
# Makefile.am if $(FOOBAR) --- $ make FOOBAR=1 Thanks