xref: /OK3568_Linux_fs/buildroot/package/motion/0001-configure.ac-remove-po-Makefile.in.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1From 0e05d4116678de3a7d913177a8fc63f10e58ad24 Mon Sep 17 00:00:00 2001
2From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
3Date: Sat, 18 Jan 2020 00:00:21 +0100
4Subject: [PATCH] configure.ac: remove po/Makefile.in
5
6The file po/Makefile.in is automatically added to AC_OUTPUT while using
7gettexize
8
9Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
10[Upstream status: not upstreamable]
11---
12 configure.ac | 1 -
13 1 file changed, 1 deletion(-)
14
15diff --git a/configure.ac b/configure.ac
16index 3876adb..221dacf 100644
17--- a/configure.ac
18+++ b/configure.ac
19@@ -471,7 +471,6 @@ LDFLAGS="$TEMP_LDFLAGS"
20 AC_CONFIG_FILES([
21 	Makefile
22 	src/Makefile
23-  po/Makefile.in
24   man/Makefile
25   data/camera1-dist.conf
26   data/camera2-dist.conf
27--
282.24.1
29
30