On Thu, Jan 15, 2009 at 2:51 PM, Paolo Bonzini <[email protected]> wrote: > >> I decided to move AC_CONFIG_AUX_DIR($1) up: > > Move it reeaaaalllyyyy up. Just after AC_CONFIG_SRCDIR or if you don't > have it, after AC_INIT.
My configure.in is: ============================== configure.in AC_PREREQ(2.57) AC_INIT(i18n, 1.0, clisp-list) AC_CONFIG_SRCDIR(i18n.lisp) AC_CONFIG_HEADERS(config.h) RSE_BOLD BOLD_MSG([I18N (Common)]) CL_MODULE_COMMON_CHECKS(../../src/build-aux) ============================== configure.in are you saying that AC_CONFIG_HEADERS calls AC_CANONICAL_BUILD?! thanks! -- Sam Steingold <[email protected]>
