summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap/systemtap/systemtap_fix_for_automake_1.12.patch
blob: ef74a09587790001982ab698e01291b678236b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Upstream-Status: Pending 

Automake 1.12 has deprecated automatic de-ANSI-fication support

Fix this issue with automake 1.12:

| configure.ac:23: error: automatic de-ANSI-fication support has been removed

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

Index: git/configure.ac
===================================================================
--- git.orig/configure.ac
+++ git/configure.ac
@@ -20,7 +20,6 @@ AC_PROG_CXX
 AC_PROG_CPP
 AM_PROG_CC_STDC
 AM_PROG_CC_C_O
-AM_C_PROTOTYPES
 AC_PROG_RANLIB
 AC_OBJEXT
 AC_EXEEXT