* Rafał Mużyło wrote on Wed, Nov 12, 2008 at 03:10:36AM CET:
> 
> The problem here is KDevelop. It's using autotools
> in a such hacky way, that the only sane way to fix it,
> is to manually set things up.
> 
> It adds a dir, with a lot of old m4 macros, that autoreconf
> detects but libtoolize does not and, as such, never overwrites the
> old macro.

Then maybe it is sufficient to add
  AC_CONFIG_MACRO_DIR([m4])

to configure.ac, and
  ACLOCAL_AMFLAGS = -I m4

to the toplevel Makefile.am.

Thanks,
Ralf


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to