1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

USE_AUTOCONF and USE_AUTOMAKE now depend and use the legacy versions.

This is the fastest way to move forward.  A better way would be to
set USE_AUTOCONF and USE_AUTOMAKE to the version desired.  We can do that
later, I don't want to hold up the update of the autoconf and automake
ports the latest versions.
This commit is contained in:
David E. O'Brien 2001-10-29 01:42:08 +00:00
parent fd5bde1e47
commit eec70b011f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49302

View File

@ -793,11 +793,11 @@ CONFIGURE_ENV+= MAKE=${GMAKE}
.endif
.if defined(USE_AUTOMAKE)
USE_AUTOCONF= yes
BUILD_DEPENDS+= automake:${PORTSDIR}/devel/automake
BUILD_DEPENDS+= ${AUTOMAKE}:${PORTSDIR}/devel/${AUTOMAKE}
.endif
.if defined(USE_AUTOCONF)
GNU_CONFIGURE= yes
BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf
BUILD_DEPENDS+= ${AUTOCONF}:${PORTSDIR}/devel/${AUTOCONF}
.endif
.if defined(USE_LIBTOOL)
GNU_CONFIGURE= yes
@ -941,8 +941,8 @@ NONEXISTENT?= /nonexistent
# Miscellaneous overridable commands:
GMAKE?= gmake
AUTOMAKE?= automake
AUTOCONF?= autoconf
AUTOMAKE?= automake14
AUTOCONF?= autoconf213
LIBTOOL?= libtool
XMKMF?= xmkmf -a
.if exists(/sbin/md5)