libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]


From: Ralf Wildenhues
Subject: Re: Help with libtool 2.2.4 on kubuntu 8.10 [newbie]
Date: Wed, 12 Nov 2008 06:28:41 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]