From 1ae6a7be8abab4b13520679f42c6cc8e2fb57d05 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 15 Mar 2016 16:17:42 -0500 Subject: build: work around automake-1.15 & intltool complaining about translations in build dir make distcheck runs a build in dist directory subtirs and then runs intltool -m which in turn complains about translations in a built file: The following files contain translations and are currently not in use. Please consider adding these to the POTFILES.in file, located in the po/ directory. sub/data/org.freedesktop.ModemManager.policy.in The issue is reported to intltool upstream already: https://bugs.launchpad.net/intltool/+bug/1117944 --- po/POTFILES.skip | 2 ++ 1 file changed, 2 insertions(+) (limited to 'po') diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 8675cb27..dd87d5d8 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,2 +1,4 @@ data/org.freedesktop.ModemManager1.policy.in data/tests/org.freedesktop.ModemManager1.service.in +# https://bugs.launchpad.net/intltool/+bug/1117944 +sub/data/org.freedesktop.ModemManager1.policy.in -- cgit v1.2.3-70-g09d2