Hello Conrad, * Conrad Achtenbaum wrote on Wed, Feb 20, 2008 at 08:20:46PM CET: > > 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?
See <http://www.gnu.org/software/autoconf/manual/html_node/Defining-Directories.html> Hope that helps. Cheers, Ralf
