6b9ccbaf78
* setup.sh: removed some obsolete features, specifically some that were only used by the old build farm. * addToSearchPath: removed some parameters that weren't used anywhere. svn path=/nixpkgs/branches/stdenv-updates/; revision=15136
6 lines
127 B
Bash
6 lines
127 B
Bash
addAclocals () {
|
|
addToSearchPathWithCustomDelimiter ACLOCAL_PATH $1/share/aclocal
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addAclocals)
|