>>>>> "Lars" == Lars J Aas <[EMAIL PROTECTED]> writes:
Lars> Does anyone have a clue on what's going on?
Stop saying like this, I was close to a cardiac arrest!
/tmp % cat configure.ac nostromo Err 1
AC_INIT
AC_CONFIG_HEADERS(config.h)
AC_DEFINE_UNQUOTED(Hi, Lars, [/* and others */])
AC_OUTPUT
/tmp % ace nostromo 17:16
/tmp % $ace/autoheader -A $ace nostromo 17:16
/tmp % ./configure nostromo 17:16
configure: creating ./config.status
config.status: creating config.h
/tmp % cat config.h nostromo 17:16
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.ac by autoheader. */
/* /* and others */ */
#define Hi Lars
You'll have to dig.