bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib update broke clisp


From: Paolo Bonzini
Subject: Re: gnulib update broke clisp
Date: Thu, 15 Jan 2009 20:51:15 +0100
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

> 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.

> AC_DEFUN([CL_MODULE_COMMON_CHECKS],[dnl
> AC_CONFIG_AUX_DIR($1)dnl
> AC_REQUIRE([AC_PROG_CC])dnl
> AC_REQUIRE([AC_PROG_CPP])dnl
> AC_REQUIRE([AC_GNU_SOURCE])dnl
> AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS])dnl
> AC_CHECK_HEADERS(time.h sys/time.h)dnl
> ])
> 
> and indeed now the configure files have just one section trying to set
> ac_aux_dir, but this section somehow comes after the AC_CANONICAL_BUILD
> (which I do not call myself):

That's a missing dependancy of AC_CANONICAL_BUILD on
AC_CONFIG_AUX_DIR_DEFAULT.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]