From ad1b5aca82195c6b0f622cba2441c5e0b15e183c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 6 Mar 2008 14:56:10 +0000 Subject: [PATCH] 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 --- etc/profile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile.sh b/etc/profile.sh index 1ac34ed4fb8..a1bfb52485a 100644 --- a/etc/profile.sh +++ b/etc/profile.sh @@ -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.