From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2413 invoked from network); 6 Aug 2001 13:59:53 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 6 Aug 2001 13:59:53 -0000 Received: (qmail 27364 invoked by alias); 6 Aug 2001 13:59:40 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15573 Received: (qmail 27351 invoked from network); 6 Aug 2001 13:59:39 -0000 Date: Mon, 6 Aug 2001 14:59:37 +0100 From: Adam Spiers To: zsh workers mailing list Subject: Re: location of pcre.h Message-ID: <20010806145937.C28266@thelonious.new.ox.ac.uk> Reply-To: Adam Spiers Mail-Followup-To: zsh workers mailing list References: <20010730153817.A16119@thelonious.new.ox.ac.uk> <007d01c11906$5ad4acb0$21c9ca95@mow.siemens.ru> <20010730155528.B16163@thelonious.new.ox.ac.uk> <20010730114037.A21411@dman.com> <20010731004632.A19203@thelonious.new.ox.ac.uk> <20010730213537.A1938@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010730213537.A1938@dman.com>; from clint@zsh.org on Mon, Jul 30, 2001 at 09:35:37PM -0400 X-Home-Page: http://www.new.ox.ac.uk/~adam/ X-OS: RedHat Linux Clint Adams (clint@zsh.org) wrote: > The implication is that one is meant to #include , not > ; of course, adding -I/usr/include/pcre to the > build-wide CFLAGS is ugly. Agreed. > Probably configure should run pcre-config and then store the result > for reference by pcre.mdd, when that's possible. Yep, that sounds good. Any takers? I know nothing about autoconf, and have no time at present to learn :-(