]> git.sesse.net Git - vlc/blobdiff - contrib/src/main.mak
contrib: make AUTOPOINT point to the script installed by gettext
[vlc] / 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