Hi there, I'm trying to the prefix to my config.h file, but when I do AC_DEFINE_UNQUOTED(PREFIX, $prefix) in my configure.ac file, the PREFIX in config.h gets defined to NONE.
How do I export the prefix value? Thanks in advance,
Hi there, I'm trying to the prefix to my config.h file, but when I do AC_DEFINE_UNQUOTED(PREFIX, $prefix) in my configure.ac file, the PREFIX in config.h gets defined to NONE.
How do I export the prefix value? Thanks in advance,