public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* fix build of systemtap with automake 1.12
@ 2012-05-08 16:45 Nitin A Kamble
  0 siblings, 0 replies; only message in thread
From: Nitin A Kamble @ 2012-05-08 16:45 UTC (permalink / raw)
  To: systemtap

[-- Attachment #1: Type: text/plain, Size: 102 bytes --]


Attached patch fixes build of systemtap with automake 1.12

-- 
Nitin A Kamble
www.yoctoproject.org


[-- Attachment #2: systemtap_fix_for_automake_1.12.patch --]
[-- Type: text/plain, Size: 546 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-08 16:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-08 16:45 fix build of systemtap with automake 1.12 Nitin A Kamble

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).