Commit 878d5212 authored by Rafaël Carré's avatar Rafaël Carré

contrib: make AUTOPOINT point to the script installed by gettext

parent e47fb7cd
...@@ -148,6 +148,11 @@ endif ...@@ -148,6 +148,11 @@ endif
endif endif
GIT ?= $(error git not found!) GIT ?= $(error git not found!)
ifndef AUTOPOINT
AUTOPOINT := "$(PREFIX)/bin/autopoint"
export AUTOPOINT
endif
ifndef SVN ifndef SVN
ifeq ($(shell svn --version >/dev/null 2>&1 || echo FAIL),) ifeq ($(shell svn --version >/dev/null 2>&1 || echo FAIL),)
SVN = svn 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