This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: distclean calls "naked" aclocal


Hi,

This is more than strange. Here are some additional informations.

I keep the my package on my personal cvs. If I checkout it from the cvs,
it fails to compile. When I try to run even bare make, it tries in turn
to run aclocal like:

bash-2.02$ make
cd . && aclocal
aclocal: configure.in: 39: macro `AM_PATH_VDK' not found in library
make: *** [aclocal.m4] Error 1

And this after I have run ./configure succesfully.

If I do a make release (calls make distcheck in turn), the generated
tar.gz is just fine: can be compiled and make distclean runs normally.

If I copy the working directory with the repository in other place, it
is just fine as it compiles ok. 

So, the problem looks to be with cvs :-( If anybody has a clue, please
help me.

TIA,

Ionutz
Ionutz Borcoman wrote:
> 
> My packages have an autogen.sh that creates all the stuff from
> Makefile.am and configure.in. I have set there the correct paths to
> aclocal subdirs and the configure goes OK. The problem is that when I
> call
> 
> $ make distclean
> 
> the system tries to run
> 
> $ cd . && aclocal
> 
> _without any of the aclocal macro dirs_. Till now this was not a
> problem, but now the make distclean dies reporting it can't find one of
> the macros defined in one of the additional aclocal dirs (aka,
> /usr/local/share/aclocal).
> 
> If this is not a bug, but the intended way of aclocal to work, can you
> please tell me how can I make the things work again ?

-- 
Mental backup in progress - Do Not Disturb!
--
http://borco-ei.eng.hokudai.ac.jp/~borco/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]