about summary refs log tree commit diff
path: root/nixpkgs/pkgs/desktops/xfce/core/xfce4-dev-tools/setup-hook.sh
blob: 3abf3172ea66c167224fc72e4ffc36ba2c71c269 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
xdtEnvHook() {
    addToSearchPath ACLOCAL_PATH $1/share/aclocal
}

envHooks+=(xdtEnvHook)

xdtAutogenPhase() {
    mkdir -p m4
    NOCONFIGURE=1 xdt-autogen
}

preConfigurePhases+=(xdtAutogenPhase)