]> git.sesse.net Git - vlc/commitdiff
Revert "contrib: make AUTOPOINT point to the script installed by gettext"
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 27 Nov 2011 08:54:08 +0000 (10:54 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 27 Nov 2011 08:54:08 +0000 (10:54 +0200)
This reverts commit 878d5212b7d531f2791ed230297857b0a94131fc.
This fixes the build with installed autopoint.

contrib/src/main.mak

index db16e50cb954b55c4f9cd8684106187652918ee4..2e698633b1c54ea1c4862d1b14b12ff404188e7b 100644 (file)
@@ -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