From 878d5212b7d531f2791ed230297857b0a94131fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sat, 26 Nov 2011 12:58:57 -0500 Subject: [PATCH] contrib: make AUTOPOINT point to the script installed by gettext --- contrib/src/main.mak | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 1c0cf98479..815f18a19c 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -148,6 +148,11 @@ 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 -- 2.39.5