From: RĂ©mi Denis-Courmont Date: Sun, 27 Nov 2011 08:54:08 +0000 (+0200) Subject: Revert "contrib: make AUTOPOINT point to the script installed by gettext" X-Git-Tag: 1.3.0-git~19 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=deef5535cf7479c32c8998f25025a2ff8a4d429e;p=vlc Revert "contrib: make AUTOPOINT point to the script installed by gettext" This reverts commit 878d5212b7d531f2791ed230297857b0a94131fc. This fixes the build with installed autopoint. --- diff --git a/contrib/src/main.mak b/contrib/src/main.mak index db16e50cb9..2e698633b1 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -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