]> git.sesse.net Git - vlc/commitdiff
contrib: make AUTOPOINT point to the script installed by gettext
authorRafaël Carré <funman@videolan.org>
Sat, 26 Nov 2011 17:58:57 +0000 (12:58 -0500)
committerRafaël Carré <funman@videolan.org>
Sat, 26 Nov 2011 17:58:57 +0000 (12:58 -0500)
contrib/src/main.mak

index 1c0cf98479105efcc8f9b2c4136f0782bba995bf..815f18a19ccabd316304d922a79cbff288bc8a56 100644 (file)
@@ -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