From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Zaitcev Subject: Does this work on BSD too? Date: Mon, 8 Feb 2010 18:49:08 -0700 Message-ID: <20100208184908.08a82781@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Project Hail List When I run autogen.sh, this message is printed: lib/Makefile.am:13: `%'-style pattern rules are a GNU make extension It's because of this: %_rpc.h: %_rpc.x rpcgen -h $< > $@ Is the above a concern? -- Pete