aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/imsettings/imsettings/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch
blob: 1327c856bc326e80364d46026934b5451e07cffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
multi-line ACLOCAL_AMFLAGS isn't supported by autoreconf.
It will cause configure error as follow.

  aclocal: error: non-option arguments are not accepted: '\'.

Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>

--- imsettings-1.6.7.orig/Makefile.am	2013-02-08 10:33:59.000000000 +0800
+++ imsettings-1.6.7/Makefile.am	2014-12-25 11:48:27.078022744 +0800
@@ -1,9 +1,7 @@
 NULL =
 SUBDIRS = data imsettings imsettings-daemon backends utils po tests docs
 
-ACLOCAL_AMFLAGS =			\
-	-I m4macros			\
-	$(NULL)
+ACLOCAL_AMFLAGS = -I m4macros $(NULL)
 
 CONFIGURE_DEPENDENCIES =		\
 	requires			\