Commit deef5535 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "contrib: make AUTOPOINT point to the script installed by gettext"

This reverts commit 878d5212.
This fixes the build with installed autopoint.
parent 25c92ecd
......@@ -150,11 +150,6 @@ endif
endif
GIT ?= $(error git not found!)
ifndef AUTOPOINT
AUTOPOINT := "$(PREFIX)/bin/autopoint"
export AUTOPOINT
endif
ifndef SVN
ifeq ($(shell svn --version >/dev/null 2>&1 || echo FAIL),)
SVN = svn
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment