From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28329 invoked by alias); 10 May 2012 15:16:55 -0000 Received: (qmail 28302 invoked by uid 22791); 10 May 2012 15:16:54 -0000 X-SWARE-Spam-Status: No, hits=-8.0 required=5.0 tests=BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mga02.intel.com (HELO mga02.intel.com) (134.134.136.20) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 May 2012 15:16:34 +0000 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 10 May 2012 08:16:23 -0700 X-ExtLoop1: 1 Received: from swsutil001.isw.intel.com ([10.237.237.11]) by orsmga002.jf.intel.com with ESMTP; 10 May 2012 08:16:22 -0700 Received: from ulslx001.iul.intel.com (ulslx001.iul.intel.com [172.28.207.63]) by swsutil001.isw.intel.com (8.13.6/8.13.6/MailSET/Hub) with ESMTP id q4AFGLTp021803; Thu, 10 May 2012 16:16:21 +0100 Received: from ulslx001.iul.intel.com (localhost [127.0.0.1]) by ulslx001.iul.intel.com with ESMTP id q4AFGLHM025496; Thu, 10 May 2012 17:16:21 +0200 Received: (from mmetzger@localhost) by ulslx001.iul.intel.com with id q4AFGLpB025492; Thu, 10 May 2012 17:16:21 +0200 From: markus.t.metzger@intel.com To: gdb-patches@sourceware.org Cc: markus.t.metzger@gmail.com, Markus Metzger Subject: [PATCH 07/16] configure: autoreconf Date: Thu, 10 May 2012 15:17:00 -0000 Message-Id: <1336662810-21937-8-git-send-email-markus.t.metzger@intel.com> In-Reply-To: <1336662810-21937-1-git-send-email-markus.t.metzger@intel.com> References: <1336662810-21937-1-git-send-email-markus.t.metzger@intel.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00355.txt.bz2 From: Markus Metzger Ran autoreconf in gdb. 2012-05-10 Markus Metzger gdb/ * config.in: Regenerate * configure: Regenerate gdb/gdbserver/ * config.in: Regenerate * configure: Regenerate --- gdb/config.in | 3 +++ gdb/configure | 13 +++++++++++++ gdb/gdbserver/config.in | 3 +++ gdb/gdbserver/configure | 2 +- 4 files changed, 20 insertions(+), 1 deletions(-) diff --git a/gdb/config.in b/gdb/config.in index e54c1ea..966abd2 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -219,6 +219,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LINK_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_PERF_EVENT_H + /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H diff --git a/gdb/configure b/gdb/configure index c1775b7..bf5144a 100755 --- a/gdb/configure +++ b/gdb/configure @@ -8887,6 +8887,19 @@ fi done +for ac_header in linux/perf_event.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "linux/perf_event.h" "ac_cv_header_linux_perf_event_h" "$ac_includes_default" +if test "x$ac_cv_header_linux_perf_event_h" = x""yes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LINUX_PERF_EVENT_H 1 +_ACEOF + +fi + +done + + # ------------------------- # # Checks for declarations. # # ------------------------- # diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 26742ac..11d2194 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -72,6 +72,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_ELF_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_PERF_EVENT_H + /* Define if the target supports register sets. */ #undef HAVE_LINUX_REGSETS diff --git a/gdb/gdbserver/configure b/gdb/gdbserver/configure index 63e25c2..29e52e6 100755 --- a/gdb/gdbserver/configure +++ b/gdb/gdbserver/configure @@ -4419,7 +4419,7 @@ $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cach cd "$ac_popdir" -for ac_header in sgtty.h termio.h termios.h sys/reg.h string.h proc_service.h sys/procfs.h thread_db.h linux/elf.h stdlib.h unistd.h errno.h fcntl.h signal.h sys/file.h malloc.h sys/ioctl.h netinet/in.h sys/socket.h netdb.h netinet/tcp.h arpa/inet.h sys/wait.h sys/un.h +for ac_header in sgtty.h termio.h termios.h sys/reg.h string.h proc_service.h sys/procfs.h thread_db.h linux/elf.h stdlib.h unistd.h errno.h fcntl.h signal.h sys/file.h malloc.h sys/ioctl.h netinet/in.h sys/socket.h netdb.h netinet/tcp.h arpa/inet.h sys/wait.h sys/un.h linux/perf_event.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -- 1.7.1