Set `$ACLOCAL_PATH' in `/etc/profile'.

This variable is not honored by `aclocal' itself but by the wrapper that's
installed for `aclocal' by the `automake' package.

svn path=/nixos/trunk/; revision=10990
This commit is contained in:
Ludovic Courtès 2008-03-06 14:56:10 +00:00
parent 2b1a2d2415
commit ad1b5aca82
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ for i in $NIX_PROFILES; do # !!! reverse
export PATH=$i/bin:$i/sbin:$PATH
export INFOPATH=$i/info:$i/share/info:$INFOPATH
export PKG_CONFIG_PATH="$i/lib/pkgconfig:$PKG_CONFIG_PATH"
export ACLOCAL_PATH="$i/share/aclocal:$ACLOCAL_PATH"
done
# Search directory for Aspell dictionaries.