From deef5535cf7479c32c8998f25025a2ff8a4d429e Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 27 Nov 2011 10:54:08 +0200 Subject: [PATCH 1/1] Revert "contrib: make AUTOPOINT point to the script installed by gettext" This reverts commit 878d5212b7d531f2791ed230297857b0a94131fc. This fixes the build with installed autopoint. --- contrib/src/main.mak | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.39.5