Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 1996 19:25:55 -0700 (PDT)
From:      "David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu>
To:        freebsd-ports@freebsd.org (FreeBSD ports list)
Subject:   need advice with configuring
Message-ID:  <199608180225.TAA10046@relay.nuxi.com>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608180225.TAA10046>