From owner-freebsd-ports Sun Jul 27 13:50:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA20760 for ports-outgoing; Sun, 27 Jul 1997 13:50:02 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA20753; Sun, 27 Jul 1997 13:50:01 -0700 (PDT) Date: Sun, 27 Jul 1997 13:50:01 -0700 (PDT) Message-Id: <199707272050.NAA20753@hub.freebsd.org> To: freebsd-ports Cc: From: Bill Fenner Subject: Re: ports/4173: autoconf-port: configure and build only happen when ``make install'' Reply-To: Bill Fenner Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4173; it has been noted by GNATS. From: Bill Fenner To: mi@aldan.ziplink.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/4173: autoconf-port: configure and build only happen when ``make install'' Date: Sun, 27 Jul 1997 13:48:03 PDT Have you tried a "make clean" first? There may have been .xxx_done cookies that confused your build. I just did % cd /usr/ports/devel/autoconf % make >> Checksum OK for autoconf-2.12.tar.gz. ===> Extracting for autoconf-2.12 ===> Patching for autoconf-2.12 ===> Applying FreeBSD patches for autoconf-2.12 ===> Configuring for autoconf-2.12 ... ===> Building for autoconf-2.12 ... Bill