summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/lrzsz_fix_for_automake-1.12.patch
blob: b4529f4c7acee4f46be71c784dc113e8d7c38c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Upstream-Status: Pending

This patch fixes following issue with automake 1.12

| configure.in:95: error: automatic de-ANSI-fication support has been removed
...
| lib/Makefile.am:3: error: automatic de-ANSI-fication support has been removed
| lib/Makefile.am: installing './depcomp'
| src/Makefile.am:11: error: automatic de-ANSI-fication support has been removed


Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
2012/05/03

Index: lrzsz-0.12.20/configure.in
===================================================================
--- lrzsz-0.12.20.orig/configure.in
+++ lrzsz-0.12.20/configure.in
@@ -92,7 +92,6 @@ AC_PROG_RANLIB
 AC_ISC_POSIX
 AC_AIX
 AC_MINIX
-AM_C_PROTOTYPES
 AC_C_CONST
 AC_C_INLINE
 
Index: lrzsz-0.12.20/lib/Makefile.am
===================================================================
--- lrzsz-0.12.20.orig/lib/Makefile.am
+++ lrzsz-0.12.20/lib/Makefile.am
@@ -1,6 +1,5 @@
 noinst_LIBRARIES=libzmodem.a
 CFLAGS=@CFLAGS@
-AUTOMAKE_OPTIONS=ansi2knr
 
 EXTRA_DIST = alloca.c ansi2knr.1 ansi2knr.c \
 	getopt.c getopt1.c mkdir.c mktime.c \
Index: lrzsz-0.12.20/src/Makefile.am
===================================================================
--- lrzsz-0.12.20.orig/src/Makefile.am
+++ lrzsz-0.12.20/src/Makefile.am
@@ -8,7 +8,6 @@ CFLAGS=@CFLAGS@
 DISTCLEAN_FILES=lrzszbug
 
 LDADD = ../lib/libzmodem.a @LIBINTL@
-AUTOMAKE_OPTIONS=ansi2knr
 EXTRA_DIST = ansi2knr.1 ansi2knr.c lrzszbug.in
 INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/src -I../intl -I$(top_srcdir)/lib
 #DEFS = -DLOCALEDIR=\"$(localedir)\" -DOS=\"@host_os@\" -DCPU=\"@host_cpu@\"