Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2004 04:45:35 +0300
From:      Sergey Matveychuk <sem@ciam.ru>
To:        ports@freebsd.org
Subject:   **SPAM** automake14 and autoconf257
Message-ID:  <405CF3BF.6090107@ciam.ru>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------000801090607050301020306
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

After the last autotools commit subj doesn't work.
Check a test I've attached.

Before the commit I've got I wanted:
AUTOCONF=autoconf257

But now I get:
AUTOCONF=/usr/local/libexec/autoconf213/autoconf

Sorry, I have no time now to find out what changed.

-- 
Sem.

--------------000801090607050301020306
Content-Type: text/plain;
 name="Makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Makefile"

PORTNAME=	test
PORTVERSION=	1.1
CATEGORIES=	devel
MAINTAINER=	some@email.ru
COMMENT=	test port
USE_AUTOMAKE_VER=	14
USE_AUTOCONF_VER=	257

pre-fetch:
	@echo "AUTOCONF=${AUTOCONF}"; \
	exit 1

.include <bsd.port.mk>

--------------000801090607050301020306--



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