Re: autogen.sh - aclocal - etc....




> 	I have a problem...   I'm install cvsgnome for the first time in
> /usr, but now I want uninstall it and install in /usr/local. But
> aclocal allways look in /usr/share/aclocal for the .m4 files...  then
> how can I do this?

set the environment variable ACLOCAL_FLAGS to '-I /usr/local/share/aclocal/'


for the ones that don't know how to do that:

for bash: export ACLOCAL_FLAGS='-I /usr/local/share/aclocal/'
for csh and friends: setenv ACLOCAL_FLAGS '-I /usr/local/share/aclocal/'

Hope it helps
Richard




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]