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]

distclean calls "naked" aclocal


Hi,

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 ?

TIA,

Ionutz
-- 
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]