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

envHooks+=(xdtEnvHook)

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

preConfigurePhases+=(xdtAutogenPhase)