summaryrefslogtreecommitdiffstats
path: root/patches/tslib-1.0/fix-autotools.diff
blob: caaa9275cfc9420fc2d92a55341ed66b997132ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Michael Olbrich <m.olbrich@pengutronix.de>
Subject: autotools bugfix

There is no directory m4/external

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/Makefile.am
===================================================================
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,7 +12,7 @@
 SUBDIRS		= etc src plugins tests
 EXTRA_DIST	= autogen.sh
 
-ACLOCAL_AMFLAGS = -I m4/internal -I m4/external
+ACLOCAL_AMFLAGS = -I m4/internal
 AUTOMAKE_OPTIONS = 1.6
 
 pkgconfigdir = $(libdir)/pkgconfig