On Wed, Nov 12, 2008 at 06:28:41AM +0100, Ralf Wildenhues wrote:
> * 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.
>
No, it won't be. Have a look at
http://websvn.kde.org/branches/KDE/3.5/kde-common/admin/

this is the dir, I'm talking about. One of the files there
is libtool.m4.in. Guess, what does that mean ?



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

Reply via email to