forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-03-13 25c72f09e887f85fcff4a3f978d294da97ab1420
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>
 
diff -Nurp libgxim-0.5.0.orig/Makefile.am libgxim-0.5.0/Makefile.am
--- libgxim-0.5.0.orig/Makefile.am    2012-12-13 15:48:09.000000000 +0800
+++ libgxim-0.5.0/Makefile.am    2014-12-19 11:05:50.727209821 +0800
@@ -2,9 +2,7 @@ NULL =
 AUTOMAKE_OPTIONS = dist-bzip2
 SUBDIRS = libgxim m4macros po tests docs
 
-ACLOCAL_AMFLAGS =            \
-    -I m4macros            \
-    $(NULL)
+ACLOCAL_AMFLAGS = -I m4macros $(NULL)
 
 CONFIGURE_DEPENDENCIES =        \
     requires            \