From owner-freebsd-ports Sat Aug 17 19:25:47 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA07092 for ports-outgoing; Sat, 17 Aug 1996 19:25:47 -0700 (PDT) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA07079 for ; Sat, 17 Aug 1996 19:25:39 -0700 (PDT) Received: (from obrien@localhost) by relay.nuxi.com (8.7.5/8.6.12) id TAA10046 for freebsd-ports@freebsd.org; Sat, 17 Aug 1996 19:25:56 -0700 (PDT) From: "David E. O'Brien" Message-Id: <199608180225.TAA10046@relay.nuxi.com> Subject: need advice with configuring To: freebsd-ports@freebsd.org (FreeBSD ports list) Date: Sat, 17 Aug 1996 19:25:55 -0700 (PDT) X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've got a package that unpacks to ${WRKDIR}/foo/ /src /include It needs to run GNU's autoconf from ${WRKDIR}/foo/, and it should be built from ${WRKDIR}/foo/src. I set ${WRKSRC}=${WRKDIR}/foo/src, and CONFIGURE_SCRIPT=${WRKDIR}/foo/configure. However that make configure produce ${WRKDIR}/foo/src/src/Makefile and ${WRKDIR}/foo/src/include/config.h. I thought I could just move Makefile to ${WRKSRC} and build, but the Makefile gets things set wrong in this case and won't build. Anybody have any solutions other than have an explicit ``do-configure'' target? -- David (obrien@cs.ucdavis.edu)