From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sascha Wilde Newsgroups: gmane.emacs.devel Subject: Re: Pathnames with two (or more) slashes in Makefile.c Date: Wed, 31 Jan 2007 10:36:10 +0100 Message-ID: References: <45BC7182.7010704@swipnet.se> <45BDAAFD.6050402@swipnet.se> <45BEEEF0.7030806@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0516340246==" X-Trace: sea.gmane.org 1170236257 12630 80.91.229.12 (31 Jan 2007 09:37:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Jan 2007 09:37:37 +0000 (UTC) Cc: Jan =?iso-8859-1?Q?Dj=E4rv?= To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 31 10:37:19 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HCBtz-0008LS-4J for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 10:37:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCBty-0002E7-G8 for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 04:37:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HCBt2-0002D9-3s for emacs-devel@gnu.org; Wed, 31 Jan 2007 04:36:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HCBsy-0002Br-GQ for emacs-devel@gnu.org; Wed, 31 Jan 2007 04:36:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCBsx-0002Bf-Sg for emacs-devel@gnu.org; Wed, 31 Jan 2007 04:36:12 -0500 Original-Received: from ns.km1136.keymachine.de ([62.141.58.119] helo=km1136.keymachine.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HCBsx-0005za-D2 for emacs-devel@gnu.org; Wed, 31 Jan 2007 04:36:11 -0500 Original-Received: from kenny.sha-bang.de (xdslb012.osnanet.de [212.95.100.12]) (authenticated bits=0) by km1136.keymachine.de (8.12.11.20060308/8.12.10) with ESMTP id l0V9a5nj023986; Wed, 31 Jan 2007 10:36:06 +0100 Original-Received: from wilde by kenny.sha-bang.de with local (Kenny MUA v.0409034.42) ID 1HCBt6-0004pZ-Gh; Wed, 31 Jan 2007 10:36:20 +0100 In-Reply-To: (Sascha Wilde's message of "Tue\, 30 Jan 2007 10\:09\:28 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:65688 Archived-At: --===============0516340246== Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Sascha Wilde wrote: > How about the following fix, which not only removes the problem for > xft but for all packages using pkg-config: Could someone with CVS write access please consider checking in the attached patch? Or alternatively propose a better solution, of cause... cheers sascha --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=emacs-pkgconf-pathfix.patch Content-Transfer-Encoding: quoted-printable =2D-- a/configure.in +++ b/configure.in @@ -1484,11 +1484,11 @@ succeeded=3Dyes =20 AC_MSG_CHECKING($1_CFLAGS) =2D $1_CFLAGS=3D`$PKG_CONFIG --cflags "$2"` + $1_CFLAGS=3D`$PKG_CONFIG --cflags "$2" | sed -e 's,///*,/,g'` AC_MSG_RESULT($$1_CFLAGS) =20 AC_MSG_CHECKING($1_LIBS) =2D $1_LIBS=3D`$PKG_CONFIG --libs "$2"` + $1_LIBS=3D`$PKG_CONFIG --libs "$2" | sed -e 's,///*,/,g'` AC_MSG_RESULT($$1_LIBS) else AC_MSG_RESULT(no) --=-=-= Content-Transfer-Encoding: quoted-printable =2D-=20 Sascha Wilde "Structure is _nothing_ if it is all you got. Skeletons _spook_ people if thwy try to walk around on their own. I really wonder why XML does not." -- Erik Naggum in comp.lang.lisp --=-=-=-- --==-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFwGMTchutvmkRUCQRApa7AJ4v66+/FfAQAKJUXX+gY0/Kcx9a9QCfbxan BQMxb3toeYn957gcT9vEZAM= =vycN -----END PGP SIGNATURE----- --==-=-=-- --===============0516340246== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --===============0516340246==--