bug#33166: automake --add-missing does not install config.rpath when AM_ICONV is used

2018-10-26 Thread Nick Bowler
On 10/26/18, Hans-Bernhard Bröker wrote: > Am 26.10.2018 um 17:06 schrieb Stuart Caie: >> 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 autom

bug#33166: automake --add-missing does not install config.rpath when AM_ICONV is used

2018-10-26 Thread Mathieu Lirzin
Hello Stuart, Stuart Caie writes: > the automake macro AM_ICONV requires the auxiliary program config.rpath, > however automake --add-missing will not install it. > > Technically, AM_ICONV is not distributed with automake, and neither is > is config.rpath. However, automake recognises config.rpa

bug#33166: automake --add-missing does not install config.rpath when AM_ICONV is used

2018-10-26 Thread Hans-Bernhard Bröker
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 respo

bug#33166: automake --add-missing does not install config.rpath when AM_ICONV is used

2018-10-26 Thread Stuart Caie
Hello, the automake macro AM_ICONV requires the auxiliary program config.rpath, however automake --add-missing will not install 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 non