[vlc-commits] Revert "contrib: make AUTOPOINT point to the script installed by gettext"

Rémi Denis-Courmont git at videolan.org
Sun Nov 27 09:54:22 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Nov 27 10:54:08 2011 +0200| [deef5535cf7479c32c8998f25025a2ff8a4d429e] | committer: Rémi Denis-Courmont

Revert "contrib: make AUTOPOINT point to the script installed by gettext"

This reverts commit 878d5212b7d531f2791ed230297857b0a94131fc.
This fixes the build with installed autopoint.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=deef5535cf7479c32c8998f25025a2ff8a4d429e
---

 contrib/src/main.mak |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index db16e50..2e69863 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



More information about the vlc-commits mailing list