From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17260 invoked by alias); 30 Aug 2011 15:09:15 -0000 Received: (qmail 17250 invoked by uid 22791); 30 Aug 2011 15:09:13 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ew0-f41.google.com (HELO mail-ew0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 30 Aug 2011 15:09:00 +0000 Received: by ewy9 with SMTP id 9so3290818ewy.0 for ; Tue, 30 Aug 2011 08:08:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.20.19 with SMTP id o19mr2109900eeo.106.1314716938745; Tue, 30 Aug 2011 08:08:58 -0700 (PDT) Received: by 10.14.48.11 with HTTP; Tue, 30 Aug 2011 08:08:58 -0700 (PDT) In-Reply-To: References: Date: Tue, 30 Aug 2011 15:09:00 -0000 Message-ID: Subject: Re: gnulib compilation error 7.3 From: Aurelien Buhrig To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-08/txt/msg00126.txt.bz2 It's fixed, not sure what happened. Perhaps a mixed of a forgotten make distclean and a missing -I gnulib/m4 aclocal argument... sorry about that. Aur=E9lien 2011/8/30 Aurelien Buhrig : > Hi, > > this is perhaps a noob question, but I'm not very familiar with autoXXX s= tuff... > I'm trying to port GDB to a new target. I have a configuration issue > whis gnulib when compiling in maintainer mode. > Indeed, it seems that most of (if not all) the variables that are used > in =A0the gdb/gnulib/.in.h files are not defined Makefile. Hence, > generated .h are not correct... > > autoreconf/autoheaders/aclocal/automake/automake do not fix the problem... > > I'm using > Automake 1.11 > autoconf 2.64 > m4 1.4.16 > > Any idea how to fix this ? > > Thanks, > Aurelien >