Hello, I have a little problem, I want to make my own authheader variable: gladedir="${datadir}/myApp" gladefile="${gladedir}/client.glade" AC_DEFINE_UNQUOTED(GLADE_FILE, "${gladefile}", Glade file for client) unfortunately this is not working since I get the following entry in the config.h file: /* Glade file for client */ #define GLADE_FILE "${datarootdir}/myApp/client.glade" is there a way to get autoconf to resolve this variables ? Thanks Peter -- View this message in context: http://www.nabble.com/Autoheader-variable-resolution-tp21376640p21376640.html Sent from the Gnu - Autoconf - General mailing list archive at Nabble.com. _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf