nixpkgs/pkgs/development/tools/misc/automake/setup-hook.sh
Eelco Dolstra 6b9ccbaf78 * setup.sh: turn on nullglob globally.
* 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
2009-04-18 22:22:51 +00:00

6 lines
127 B
Bash

addAclocals () {
addToSearchPathWithCustomDelimiter ACLOCAL_PATH $1/share/aclocal
}
envHooks=(${envHooks[@]} addAclocals)