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,

It look that in the end this has nothing to do with cvs. It is the
problem with aclocal, automake and autoconfigure.

If I change something in the config.in, tehn my system tries to do:

cd . && aclocal

As some of the macros are not in /usr/share/aclocal, but on
/usr/local/share/aclocal, this step fails.

If I call by hand aclocal -I /usr/local/share/aclocal, then the macros
are updated correct and the next calls to make are handled correct.

Is there a way to inform aclocal where it should search for macros ? Is
there a system variable for this ? Is it recommended to use it ?

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]