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