1multi-line ACLOCAL_AMFLAGS isn't supported by autoreconf. 2It will cause configure error as follow. 3 4 aclocal: error: non-option arguments are not accepted: '\'. 5 6Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> 7 8diff -Nurp libgxim-0.5.0.orig/Makefile.am libgxim-0.5.0/Makefile.am 9--- libgxim-0.5.0.orig/Makefile.am 2012-12-13 15:48:09.000000000 +0800 10+++ libgxim-0.5.0/Makefile.am 2014-12-19 11:05:50.727209821 +0800 11@@ -2,9 +2,7 @@ NULL = 12 AUTOMAKE_OPTIONS = dist-bzip2 13 SUBDIRS = libgxim m4macros po tests docs 14 15-ACLOCAL_AMFLAGS = \ 16- -I m4macros \ 17- $(NULL) 18+ACLOCAL_AMFLAGS = -I m4macros $(NULL) 19 20 CONFIGURE_DEPENDENCIES = \ 21 requires \ 22