autoconf
[Top][All Lists]
Advanced

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

Re: config-ml.in


From: Ralf Wildenhues
Subject: Re: config-ml.in
Date: Wed, 9 Jan 2008 07:56:55 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Bruce,

* Bruce Korb wrote on Wed, Jan 09, 2008 at 12:44:38AM CET:
[...]
> ./config.status: line 1081: ./../../config-ml.in: No such file or directory
[...]
> So, it seems the bootstrap script has some magical way of knowing a-priori
> that this file has to live in some "multi_basedir" directory and that that
> directory has to be named "./../..".  I guess I could bury libffi a couple
> of directories down into a dummy hierarchy just so I could put this config
> file into "../..", but that really does not seem right.
> 
> So, finally, here's the question:  what is the "right" way to fix this?

This really isn't an Autoconf question.  config-ml.in really is a GCC
thing, but for convenience it's also shipped with Automake, together
with automake/m4/multi.m4 which defines
  AM_ENABLE_MULTILIB([MAKEFILE], [REL-TO-TOP-SRCDIR])

which I think contains "the magic" you're looking for.  Questions about
it usually find an audience better prepared to answer at a GCC list, or
maybe Automake's.

Hope that helps.

Cheers,
Ralf




reply via email to

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