xfce.xfce4-dev-tools: Remove unused xdtEnvHook

A `grep -nr envHooks` run shows that nothing picks up `envHooks`. automake's
setup-hook should already take care of `ACLOCAL_PATH`.

Fixes: 046f091e0d
This commit is contained in:
Bobby Rong 2024-10-28 07:45:30 +08:00
parent 18536bf04c
commit 73fce337ba
No known key found for this signature in database

View File

@ -1,9 +1,3 @@
xdtEnvHook() {
addToSearchPath ACLOCAL_PATH $1/share/aclocal
}
envHooks+=(xdtEnvHook)
xdtAutogenPhase() {
mkdir -p m4
NOCONFIGURE=1 xdt-autogen