From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12191 invoked by alias); 21 Dec 2012 17:30:29 -0000 Received: (qmail 12177 invoked by uid 22791); 21 Dec 2012 17:30:28 -0000 X-SWARE-Spam-Status: No, hits=-8.9 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,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 smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Dec 2012 17:30:21 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id B370733BF47; Fri, 21 Dec 2012 17:30:20 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: Re: Update some sim copyright headers to GPLv3-or-later Date: Fri, 21 Dec 2012 17:30:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.7.1; KDE/4.6.5; x86_64; ; ) Cc: Joel Brobecker , Ralf Corsepius References: <20121219072641.GQ3273@adacore.com> <50D4497B.2050600@rtems.org> <20121221120810.GF5370@adacore.com> In-Reply-To: <20121221120810.GF5370@adacore.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1502061.9PE5INrv2Y"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201212211230.33487.vapier@gentoo.org> 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-12/txt/msg00770.txt.bz2 --nextPart1502061.9PE5INrv2Y Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 1041 On Friday 21 December 2012 07:08:10 Joel Brobecker wrote: > > i.e. pediantically speaking, not aclocal depends on it, something in > > gdb depends on pkgconfig's pkg.m4. > >=20 > > 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. >=20 > 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. do you have pkg.m4 available ? i don't know what distro you're using, but= =20 perhaps it splits it up into multiple packages so that you can have `pkg- config` but not pkg.m4. it's not gdb in general that wants this but code in the Blackfin subdir of = the=20 sim tree. i have a device model that emulates an LCD and does so by using = an=20 SDL window. i detect SDL via pkg-config at configure time. -mike --nextPart1502061.9PE5INrv2Y Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJQ1Jy5AAoJEEFjO5/oN/WBVGsP/RE1GiQSNZD9L0yRdB6iNjKV 6FoyMm/qKciefD47kSI2asEBCB1nZC3SYUNln2e4FezXJykTr8cHopktGI+IwFh/ LY+TMzUEWqi5uoWJmcOgU45tBXcDHfVmybX8kPrPH/SaqhMA3+gmurg+mkPNaZs/ CqcJIX+MTaMcJHYxlHSnF+H1gQaUFuMTJFNGRdh2qk2VL2bKsep2sI0mNEmgt1vV 5PWZefQkB2VvTMalsRI4vJZK3QcLNi7sDVGeWPiZxG1Tf4wUrYVbpwKkP0owYhvn UPmPmgLLYsRVf/6Z07zGoQfsWyvGMwKGD+EfBU1nhSjR+ZmHEP2dC+CEIy36ojuK JreczmgCwopL0xIuzwxceV4ndiYMsj/DB/brQ5yHHY9Q5b3seP+AT15ybIq+v4bQ D3kdIsT1Ne6CO9qZdIEscjJDFSgP/q0vB6bRDkT/msOIXwN1u/McftnHXnDIzYu7 4S/IRv5jxWgDcrTrdWmPVLHwbd5YDlV6e7DkNo8zWlCRCgXehnXkhlafyIUaJkeV DSjY2CROIo1OO3hrk+xv+MHVPoaYsXLw3cvm6/Qxqf1aQlY8Lip7Os/2DJFzh/GS i+ZdD1NpKXzfUAR0SjulIJEAgLkyY1zJJ2ZR30/I5l8fYRktygrKsYR7H9vTw6QI AA9NJbLcFvlyzm6Xftko =kuX6 -----END PGP SIGNATURE----- --nextPart1502061.9PE5INrv2Y--