4.10.3-2: add gtktreeviewmodel fixes
[arch-packages.git] / libkate / trunk / 0001-Fix-automake-warnings.patch
blob8360c6456c52738ff568da78c4b2dbb8d8a44f44
1 From f86958231c2e5d3172554976a88f8cb552109079 Mon Sep 17 00:00:00 2001
2 From: Jelle van der Waa <jelle@vdwaa.nl>
3 Date: Wed, 21 Jun 2017 21:42:57 +0200
4 Subject: [PATCH] Fix automake warnings
6 Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
7 ---
8 Makefile.am | 2 --
9 configure.ac | 3 ++-
10 doc/Makefile.am | 2 --
11 tests/Makefile.am | 2 --
12 tools/Makefile.am | 2 --
13 5 files changed, 2 insertions(+), 9 deletions(-)
15 diff --git a/Makefile.am b/Makefile.am
16 index 12a85d3..c137e1d 100644
17 --- a/Makefile.am
18 +++ b/Makefile.am
19 @@ -16,8 +16,6 @@ katepc_DATA+=misc/pkgconfig/oggkate.pc
20 noinst_DATA+=misc/pkgconfig/oggkate-uninstalled.pc
21 endif
23 -LIBTOOLFLAGS=--silent
25 AM_CPPFLAGS=-I $(top_srcdir)/src -I $(top_srcdir)/include
27 lib_libkate_la_SOURCES=\
28 diff --git a/configure.ac b/configure.ac
29 index 58ff478..0234255 100644
30 --- a/configure.ac
31 +++ b/configure.ac
32 @@ -7,7 +7,7 @@ AC_PREREQ(2.53)
34 AC_CANONICAL_TARGET
36 -AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
37 +AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects -Wno-portability])
38 AC_CONFIG_HEADERS([include/config.h])
40 ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])
41 @@ -27,6 +27,7 @@ dnl then set AGE to 0.
42 LIBKATE_SHARED_VERSION="4:0:3"
43 LIBOGGKATE_SHARED_VERSION="3:2:2"
45 +AM_PROG_AR
46 AC_PROG_CC_C_O
47 AC_LIBTOOL_DLOPEN
48 AC_PROG_LIBTOOL
49 diff --git a/doc/Makefile.am b/doc/Makefile.am
50 index 693f2fc..f519c08 100644
51 --- a/doc/Makefile.am
52 +++ b/doc/Makefile.am
53 @@ -1,5 +1,3 @@
54 -LIBTOOLFLAGS=--silent
56 man_MANS=man/kateenc.1 man/katedec.1 man/katalyzer.1 man/KateDJ.1
58 # dependency to get doc to be built
59 diff --git a/tests/Makefile.am b/tests/Makefile.am
60 index 4fa768a..31d3434 100644
61 --- a/tests/Makefile.am
62 +++ b/tests/Makefile.am
63 @@ -1,5 +1,3 @@
64 -LIBTOOLFLAGS=--silent
66 AM_CPPFLAGS=-I $(top_srcdir)/src -I $(top_srcdir)/include
68 LIBKATE=../lib/libkate.la
69 diff --git a/tools/Makefile.am b/tools/Makefile.am
70 index 2be12a3..01c3d7b 100644
71 --- a/tools/Makefile.am
72 +++ b/tools/Makefile.am
73 @@ -2,8 +2,6 @@ if HAVE_PYTHON
74 SUBDIRS=KateDJ
75 endif
77 -LIBTOOLFLAGS=--silent
79 AM_CPPFLAGS=-I $(top_srcdir)/src -I $(top_srcdir)/include -I $(top_srcdir)/tools
81 noinst_HEADERS=\
82 --
83 2.13.1