* Revert the setup hook changes on the trunk (but they remain on the
stdenv-updates branch). svn path=/nixpkgs/trunk/; revision=9652
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
addAclocals () {
|
||||
addToSearchPathWithCustomDelimiter : ACLOCAL_PATH /share/aclocal "" $1
|
||||
if test -d $1/share/aclocal; then
|
||||
export ACLOCAL_PATH="$ACLOCAL_PATH${ACLOCAL_PATH:+:}$1/share/aclocal"
|
||||
fi
|
||||
}
|
||||
|
||||
envHooks=(${envHooks[@]} addAclocals)
|
||||
|
||||
Reference in New Issue
Block a user