Re: [Patch] cleanup config.lt in case LT_OUTPUT is in use

2008-11-11 Thread Ralf Wildenhues
Hi Charles, * Charles Wilson wrote on Tue, Nov 11, 2008 at 03:26:48AM CET: > Distcheck fails when configure.ac includes LT_OUTPUT. libtool.am should > remove both generated libtool script and config.lt. Thanks! This fix needed a testsuite addition. Will apply as follows, to master and branch-1-1

[Patch] cleanup config.lt in case LT_OUTPUT is in use

2008-11-10 Thread Charles Wilson
Distcheck fails when configure.ac includes LT_OUTPUT. libtool.am should remove both generated libtool script and config.lt. Patch is against 1.10.1, not git. 2008-11-09 Charles Wilson <...> * lib/am/libtool.am (distclean-libtool): clean up config.lt as well as libtool. -- Chuc