From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17495 invoked by alias); 21 Dec 2012 12:08:26 -0000 Received: (qmail 17476 invoked by uid 22791); 21 Dec 2012 12:08:25 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Dec 2012 12:08:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 93CED1C62AB; Fri, 21 Dec 2012 07:08:19 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lKqp7AaBtyFd; Fri, 21 Dec 2012 07:08:19 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 27C4B1C620A; Fri, 21 Dec 2012 07:08:19 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id D6FC9C3903; Fri, 21 Dec 2012 16:08:10 +0400 (RET) Date: Fri, 21 Dec 2012 12:08:00 -0000 From: Joel Brobecker To: Ralf Corsepius Cc: gdb-patches@sourceware.org Subject: Re: Update some sim copyright headers to GPLv3-or-later Message-ID: <20121221120810.GF5370@adacore.com> References: <20121219072641.GQ3273@adacore.com> <201212192334.22589.vapier@gentoo.org> <20121220050320.GE6130@adacore.com> <201212201735.40797.vapier@gentoo.org> <20121221074407.GD5370@adacore.com> <83k3sbn4xk.fsf@gnu.org> <50D4497B.2050600@rtems.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50D4497B.2050600@rtems.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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-12/txt/msg00767.txt.bz2 > i.e. pediantically speaking, not aclocal depends on it, something in > gdb depends on pkgconfig's pkg.m4. > > If you want to get rid of this dependency, you can try to append > pkg.m4 to an acinclude.m4 next to the configure.ac, which pulling in > pkg.m4. OK, that makes better sense to me. What still does not make sense is why my run of aclocal does not produce the same result, though. Either I'm missing something, and I would have expected aclocal to complain, or the GDB sources is missing something, and we have a bona fide issue. -- Joel