bug-automake
[Top][All Lists]
Advanced

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

bug#33166: automake --add-missing does not install config.rpath when AM_


From: Hans-Bernhard Bröker
Subject: bug#33166: automake --add-missing does not install config.rpath when AM_ICONV is used
Date: Fri, 26 Oct 2018 21:54:24 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

Am 26.10.2018 um 17:06 schrieb Stuart Caie:
> Hello,
> 
> the automake macro AM_ICONV requires the auxiliary program config.rpath,
> however automake --add-missing will not install it.

That's because it's not automake's file.  Automake has no way of knowing
where to get that file from, nor a responsibility to do anything about it.

> Technically, AM_ICONV is not distributed with automake, and neither is
> is config.rpath. However, automake recognises config.rpath as a special
> file to distribute nonetheless.

That's not really automake doing that.  That's done by gettextize and
the autofoo code it adds to your project.

> If not, could there be some mechanism added to automake so other
> packages can tell it to add their required files? e.g. could gettext.m4
> which defines AM_ICONV include some special macro that tells automake
> that config.rpath is needed and can be found in <location> ?

Such mechanisms exist, and from the look of it, gettext is _already_
using them.





reply via email to

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