From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28019 invoked from network); 30 Oct 2008 12:56:05 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Oct 2008 12:56:05 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 76702 invoked from network); 30 Oct 2008 12:55:58 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Oct 2008 12:55:58 -0000 Received: (qmail 3534 invoked by alias); 30 Oct 2008 12:55:53 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25961 Received: (qmail 3519 invoked from network); 30 Oct 2008 12:55:51 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Oct 2008 12:55:51 -0000 Received: from cluster-g.mailcontrol.com (cluster-g.mailcontrol.com [208.87.233.190]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 015B780524C2 for ; Thu, 30 Oct 2008 13:55:45 +0100 (CET) Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly27g.srv.mailcontrol.com (MailControl) with ESMTP id m9UCth9c027786 for ; Thu, 30 Oct 2008 12:55:43 GMT Received: from news01.csr.com ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Thu, 30 Oct 2008 12:55:42 +0000 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.14.2/8.13.4) with ESMTP id m9UCtbs6032498 for ; Thu, 30 Oct 2008 12:55:37 GMT Received: from csr.com (pws@localhost) by news01.csr.com (8.14.2/8.14.2/Submit) with ESMTP id m9UCtb7P032494 for ; Thu, 30 Oct 2008 12:55:37 GMT X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: PATCH: case in Solaris 8 sh doesn't handle opening parenthesis X-Mailer: MH-E 8.0.3; nmh 1.3; GNU Emacs 22.1.1 Date: Thu, 30 Oct 2008 12:55:37 +0000 Message-ID: <32493.1225371337@csr.com> From: Peter Stephenson X-OriginalArrivalTime: 30 Oct 2008 12:55:42.0801 (UTC) FILETIME=[D14CD410:01C93A8E] X-Scanned-By: MailControl A-08-50-15 (www.mailcontrol.com) on 10.71.0.137 X-Virus-Scanned: ClamAV 0.92.1/8541/Thu Oct 30 03:54:28 2008 on bifrost X-Virus-Status: Clean I'd just mailed a 4.3.9. Ignore my attempts to delete it at the wrong email address. I'll delete it at the right email address and make it again. Index: configure.ac =================================================================== RCS file: /cvsroot/zsh/zsh/configure.ac,v retrieving revision 1.111 diff -u -r1.111 configure.ac --- configure.ac 30 Oct 2008 10:20:42 -0000 1.111 +++ configure.ac 30 Oct 2008 12:49:21 -0000 @@ -2942,10 +2942,12 @@ " case x$LIBS in - (*-lgdbm*) + *-lgdbm*) echo "WARNING: zsh has been linked against libgdbm. This means the binary is covered by the GNU General Public License. This does not affect the source code. Run configure with --disable-gdbm if required." ;; esac + +exit 0 -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070