Re: configmake module and automake 1.9.6

2010-12-15 Thread Ralf Wildenhues
* Eric Blake wrote on Tue, Dec 14, 2010 at 11:51:32PM CET: > > Why does autoconf not support --lispdir automatically? That is the one > case in make-stds.texi that has to call out that the user has to do an > AC_SUBST; should we patch autoconf to automatically support lispdir > alongside all the

Re: configmake module and automake 1.9.6

2010-12-14 Thread Eric Blake
[redirecting to autoconf] On 12/14/2010 02:54 PM, Eric Blake wrote: > On 12/14/2010 02:33 PM, Bruno Haible wrote: In configure.ac add: dnl Installation directories. dnl Remove this when you can assume autoconf >= 2.60. AC_SUBST([localedir], ['${datadir}/locale']) >>