From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5216 invoked by alias); 23 May 2012 11:24:54 -0000 Received: (qmail 5054 invoked by uid 22791); 23 May 2012 11:24:50 -0000 X-SWARE-Spam-Status: No, hits=-7.9 required=5.0 tests=AWL,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 mga11.intel.com (HELO mga11.intel.com) (192.55.52.93) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 May 2012 11:24:23 +0000 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 23 May 2012 04:24:20 -0700 X-ExtLoop1: 1 Received: from swsutil001.isw.intel.com ([10.237.237.11]) by fmsmga002.fm.intel.com with ESMTP; 23 May 2012 04:24:19 -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 q4NBOI7g020535; Wed, 23 May 2012 12:24:18 +0100 Received: from ulslx001.iul.intel.com (localhost [127.0.0.1]) by ulslx001.iul.intel.com with ESMTP id q4NBOIh0020449; Wed, 23 May 2012 13:24:18 +0200 Received: (from mmetzger@localhost) by ulslx001.iul.intel.com with id q4NBOIJh020445; Wed, 23 May 2012 13:24:18 +0200 From: markus.t.metzger@intel.com To: kettenis@gnu.org Cc: gdb-patches@sourceware.org, markus.t.metzger@gmail.com, Markus Metzger Subject: [PATCH 07/16] configure: autoreconf Date: Wed, 23 May 2012 11:26:00 -0000 Message-Id: <1337772151-20265-8-git-send-email-markus.t.metzger@intel.com> In-Reply-To: <1337772151-20265-1-git-send-email-markus.t.metzger@intel.com> References: <1337772151-20265-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/msg00883.txt.bz2 From: Markus Metzger Ran autoreconf in gdb. 2012-05-23 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 a3bd8dd..62f61e7 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -222,6 +222,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 f638268..9fc40a8 100755 --- a/gdb/configure +++ b/gdb/configure @@ -8918,6 +8918,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