The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xdriver_xf86-video-imx / 0005-xf86-video-imxfb-fix-m4-hardcodded-paths.patch
1 From 5b348e7be67957f4be6fcfa4942128c04f6db905 Mon Sep 17 00:00:00 2001
2 From: Adrian Alonso <b38018@freescale.com>
3 Date: Thu, 4 Aug 2011 14:24:26 -0500
4 Subject: [PATCH] xf86-video-imxfb: fix m4 hardcodded paths
5
6 * Fix m4 macros lookup location; remove /usr/share/aclocal path
7
8 Signed-off-by: Adrian Alonso <b38018@freescale.com>
9 ---
10  Makefile.am  |    2 +-
11  Makefile.in  |    2 +-
12  configure.ac |    2 +-
13  3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/Makefile.am b/Makefile.am
16 index 6752256..e205657 100644
17 --- a/Makefile.am
18 +++ b/Makefile.am
19 @@ -20,4 +20,4 @@
20  
21  AUTOMAKE_OPTIONS = foreign
22  SUBDIRS = src
23 -ACLOCAL_AMFLAGS = -I /usr/share/aclocal
24 +ACLOCAL_AMFLAGS = -I m4
25 diff --git a/Makefile.in b/Makefile.in
26 index 5c0ba0e..f829db7 100644
27 --- a/Makefile.in
28 +++ b/Makefile.in
29 @@ -243,7 +243,7 @@ top_builddir = @top_builddir@
30  top_srcdir = @top_srcdir@
31  AUTOMAKE_OPTIONS = foreign
32  SUBDIRS = src
33 -ACLOCAL_AMFLAGS = -I /usr/share/aclocal
34 +ACLOCAL_AMFLAGS = -I m4
35  all: config.h
36         $(MAKE) $(AM_MAKEFLAGS) all-recursive
37  
38 diff --git a/configure.ac b/configure.ac
39 index a1ac73b..0078b86 100644
40 --- a/configure.ac
41 +++ b/configure.ac
42 @@ -29,7 +29,7 @@ AC_INIT([xf86-video-imx],
43  AC_CONFIG_SRCDIR([Makefile.am])
44  AM_CONFIG_HEADER([config.h])
45  AC_CONFIG_AUX_DIR(.)
46 -AC_CONFIG_MACRO_DIR([/usr/share/aclocal])
47 +AC_CONFIG_MACRO_DIR([m4])
48  
49  AM_INIT_AUTOMAKE([dist-bzip2])
50  
51 -- 
52 1.7.4.1
53