bug-gnulib
[Top][All Lists]
Advanced

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

Re: gnulib update broke clisp


From: Bruno Haible
Subject: Re: gnulib update broke clisp
Date: Fri, 16 Jan 2009 02:21:12 +0100
User-agent: KMail/1.9.9

Sam Steingold wrote:
> so you are saying that I cannot call AC_CONFIG_AUX_DIR($1) in
> CL_MODULE_COMMON_CHECKS because other things required there must run
> after it.

Yes.

> why can't I do
> AC_REQUIRE([AC_CONFIG_AUX_DIR($1)])
> ??

Because of the way AC_REQUIRE is documented:
  
<http://www.gnu.org/software/autoconf/manual/html_node/Prerequisite-Macros.html>

Really, AC_CONFIG_AUX_DIR is one of the few macros which must be called from
the top of configure.ac, explicitly.

Bruno




reply via email to

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