From: Rafaël Carré Date: Sat, 26 Nov 2011 17:58:57 +0000 (-0500) Subject: contrib: make AUTOPOINT point to the script installed by gettext X-Git-Tag: 1.3.0-git~42 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=878d5212b7d531f2791ed230297857b0a94131fc;hp=e47fb7cd004cd51c21f563593501a359a3a3f7ee;p=vlc contrib: make AUTOPOINT point to the script installed by gettext --- 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