mesa3d-headers: remove installation of OpenVG headers
[buildroot-gz.git] / package / libuio / 0001-configure-remove-po-Makefile.in.patch
blob067465cc31d5eaaa10367e31f51abea986374e6a
1 From c5fa0b778e1c2a7d03ff6e661bdfa2faef878f68 Mon Sep 17 00:00:00 2001
2 From: Romain Naour <romain.naour@smile.fr>
3 Date: Fri, 1 Jul 2016 17:56:30 +0200
4 Subject: [PATCH] configure: remove po/Makefile.in
6 The file po/Makefile.in is automatically added to AC_OUTPUT while using gettexize
8 Signed-off-by: Romain Naour <romain.naour@smile.fr>
9 ---
10 configure.ac | 3 +--
11 1 file changed, 1 insertion(+), 2 deletions(-)
13 diff --git a/configure.ac b/configure.ac
14 index f7fb40f..a25e463 100644
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -55,5 +55,4 @@ dnl last but not least
18 AC_OUTPUT([Makefile
19 libuio.dox
20 libuio-uninstalled.pc
21 - libuio.pc
22 - po/Makefile.in])
23 + libuio.pc])
24 --
25 2.5.5