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

Rafaël Carré git at videolan.org
Sat Nov 26 18:59:23 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Nov 26 12:58:57 2011 -0500| [878d5212b7d531f2791ed230297857b0a94131fc] | committer: Rafaël Carré

contrib: make AUTOPOINT point to the script installed by gettext

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

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

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 1c0cf98..815f18a 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



More information about the vlc-commits mailing list