aclocal --print-ac-dir

2002-03-10 Thread 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, $ aclocal --print-ac-dir /usr/share/aclocal Must I use $ aclocal -I /usr/share/acloc

Re: Compile problems

2002-03-10 Thread Stephan Kulow
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 > !!

Re: Compile problems [PATCH]

2002-03-10 Thread Richard Boulton
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

Re: aclocal --print-ac-dir

2002-03-10 Thread Jens Krüger
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