nixpkgs/pkgs/desktops/xfce4-13/xfce4-dev-tools/setup-hook.sh

13 lines
216 B
Bash
Raw Normal View History

2017-12-17 15:02:52 +00:00
xdtEnvHook() {
addToSearchPath ACLOCAL_PATH $1/share/xfce4/dev-tools/m4macros
}
envHooks+=(xdtEnvHook)
xdtAutogenPhase() {
mkdir -p m4
NOCONFIGURE=1 xdt-autogen
}
preConfigurePhases+=(xdtAutogenPhase)