Hi.
I installed automake-1.6 with
$ ./configure --prefix=/usr
$ make
$ make check
$ make install
and installed aclocal macros under /usr/share/aclocal-1.6, where is by
default, not /usr/share/aclocal.
However,
$ aclocal --print-ac-dir
/usr/share/aclocal
Must I use
$ aclocal -I /usr/share/acloc
On Sonntag, 10. März 2002 11:53, Frans Englich wrote:
> If I run 'make -f Makefile.cvs' in a just checked out module(ie kdelibs) I
> get errors looking like this:
>
> This Makefile is only for the CVS repository
> This will be deleted before making the distribution
> *** Creating acinclude.m4
> !!
On Sun, 2002-03-10 at 12:05, Stephan Kulow wrote:
> These bogus errors are caused by automake 1.6 - 1.5 works fine.
I've been getting this too, with Gstreamer.
The problem is that you're using variables with suffices like _LDFLAGS,
which automake interprets specially, and complains about if it d
Am Sonntag, 10. März 2002 11:13 schrieb Nishio Futoshi:
> Hi.
>
> I installed automake-1.6 with
> $ ./configure --prefix=/usr
> $ make
> $ make check
> $ make install
> and installed aclocal macros under /usr/share/aclocal-1.6, where is by
> default, not /usr/share/aclocal.
>
> However,
> $ acloca