From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22036 invoked by alias); 3 Mar 2003 14:46:13 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 21901 invoked from network); 3 Mar 2003 14:46:10 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 3 Mar 2003 14:46:10 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id JAA26709; Mon, 3 Mar 2003 09:33:28 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id JAA15061; Mon, 3 Mar 2003 09:46:09 -0500 Message-ID: <069801c2e193$a16c32e0$0202040a@catdog> From: "Kris Warkentin" To: "Elena Zannoni" Cc: "Daniel Jacobowitz" , References: <00d101c2ddbd$6d3bfac0$0202040a@catdog><20030226173758.GA14836@nevyn.them.org><00e901c2ddbe$b23815e0$0202040a@catdog><20030226175141.GA15347@nevyn.them.org><00fd01c2ddc0$28ab75e0$0202040a@catdog><20030226175915.GA15700@nevyn.them.org><013401c2ddc7$000abf90$0202040a@catdog><20030226201452.GA6815@nevyn.them.org><004d01c2ddd7$4ef150a0$0202040a@catdog><20030226204949.GA29144@nevyn.them.org><008201c2ddd8$f1d09b90$0202040a@catdog> <15970.50448.707067.692211@localhost.redhat.com> Subject: Re: [Patch] correctly configure wcwidth in readline Date: Mon, 03 Mar 2003 14:46:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-03/txt/msg00047.txt.bz2 > > * aclocal.m4: Cause wcwidth check to substitute HAVE_WCWIDTH for > > building. > > * Makefile.in: Add wcwidth object to lib if required. > > * shlib/Makefile.in: Likewise. > > * configure: Regenerate. > > > > > OK, yes. > > elena Committed. Kris