
8 Jul
2009
8 Jul
'09
6:26 a.m.
Daniel P. Berrange wrote:
On Wed, Jul 08, 2009 at 11:51:59AM +0200, Jim Meyering wrote:
Its use was causing a non-srcdir build to fail. * Makefile.am (EXTRA_DIST): Remove mylibtool. * configure.in: Don't use mylibtool. ---
An alternative (if you don't want to use automake's silent-rules option) would be to keep mylibtool, but to use $(abs_top_srcdir) rather than $(top_srcdir) in that script.
NACK, this only works with automake 1.11, which is not available on RHEL-5
Ok. I'll fix it the other way and resend. However, note that these are all on top of my big gnulib-submodule series. I haven't tried to apply them to master yet.