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

2018-10-27 Thread Stuart Caie
On 26/10/2018 20:54, Mathieu Lirzin wrote: “config.rpath” which is maintained in GNU Gettext is already copied inside the target source tree by the ‘autopoint’ program which is automatically run by ‘autoreconf --install’ when the Gettext macros are added to “configure.ac”. ‘autoreconf’ serves

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