From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19164 invoked by alias); 11 Apr 2013 14:01:33 -0000 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 Received: (qmail 19109 invoked by uid 89); 11 Apr 2013 14:01:32 -0000 X-Spam-SWARE-Status: No, score=-7.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 11 Apr 2013 14:01:12 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3BE18qv002710 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 11 Apr 2013 10:01:08 -0400 Received: from host2.jankratochvil.net (ovpn-116-44.ams2.redhat.com [10.36.116.44]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r3BE14m3017701 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 11 Apr 2013 10:01:07 -0400 Date: Thu, 11 Apr 2013 22:59:00 -0000 From: Jan Kratochvil To: Yao Qi Cc: gdb-patches@sourceware.org Subject: [patch] Regenerate config.in [Re: [PATCH v3 00/15] CTF Support] Message-ID: <20130411140102.GA22196@host2.jankratochvil.net> References: <1362800844-27940-1-git-send-email-yao@codesourcery.com> <516534A6.4060801@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <516534A6.4060801@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-04/txt/msg00332.txt.bz2 On Wed, 10 Apr 2013 11:45:10 +0200, Yao Qi wrote: > --- a/gdb/config.in > +++ b/gdb/config.in > @@ -180,6 +180,9 @@ > /* Define if your file defines LC_MESSAGES. */ > #undef HAVE_LC_MESSAGES > > +/* Define if libbabeltrace is available */ > +#undef HAVE_LIBBABELTRACE > + > /* Define to 1 if you have the `dl' library (-ldl). */ > #undef HAVE_LIBDL > When I regenerate it with autoheader from autoconf-2.64 I get a different output. Just FYI to not to flip it back and forth, I haven't found this message form in autoconf history. Jan gdb/ 2013-04-11 Jan Kratochvil * config.in: Regenerate. --- gdb/config.in 10 Apr 2013 09:42:56 -0000 1.152 +++ gdb/config.in 11 Apr 2013 13:56:05 -0000 @@ -180,7 +180,7 @@ /* Define if your file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES -/* Define if libbabeltrace is available */ +/* Define if you have the babeltrace library. */ #undef HAVE_LIBBABELTRACE /* Define to 1 if you have the `dl' library (-ldl). */