diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-03 19:36:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-03 19:36:36 +0000 |
commit | a74193347789b6fbca46a0f1c813c25dd47b5e80 (patch) | |
tree | 611e7e6f0cf6c38a8be20c00cee8ec7f852b7682 /mk/autoconf.mk | |
parent | d1e6003f9442a0f264c97b1a61ace367f0e04537 (diff) | |
download | pkgsrc-a74193347789b6fbca46a0f1c813c25dd47b5e80.tar.gz |
Sync with new autoconf213, automake14 packages and autoconf, automake updates.
Diffstat (limited to 'mk/autoconf.mk')
-rw-r--r-- | mk/autoconf.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mk/autoconf.mk b/mk/autoconf.mk index d5e4732aa76..52ba1952ab2 100644 --- a/mk/autoconf.mk +++ b/mk/autoconf.mk @@ -1,4 +1,4 @@ -# $NetBSD: autoconf.mk,v 1.2 2002/10/02 18:56:47 dillo Exp $ +# $NetBSD: autoconf.mk,v 1.3 2002/10/03 19:36:36 wiz Exp $ # # makefile fragment for packages that use autoconf # AUTOCONF_REQD can be set to the minimum version required. @@ -6,7 +6,7 @@ # and sets the following variables: # AUTOCONF: autoconf binary to use # AUTORECONF: autoreconf binary to use -# AUTOHEADER; autoheader binary to use +# AUTOHEADER: autoheader binary to use # .if !defined(AUTOCONF_MK) @@ -16,15 +16,15 @@ AUTOCONF_MK= # defined AUTOCONF_REQD?= 2.50 .if ${AUTOCONF_REQD:M2.1[0-9]*} == "" -BUILD_DEPENDS+= autoconf>=${AUTOCONF_REQD}:../../devel/autoconf-devel -AUTOCONF= ${LOCALBASE}/bin/autoconf -AUTORECONF= ${LOCALBASE}/bin/autoreconf -AUTOHEADER= ${LOCALBASE}/bin/autoheader -.else BUILD_DEPENDS+= autoconf>=${AUTOCONF_REQD}:../../devel/autoconf AUTOCONF= ${LOCALBASE}/bin/autoconf AUTORECONF= ${LOCALBASE}/bin/autoreconf AUTOHEADER= ${LOCALBASE}/bin/autoheader +.else +BUILD_DEPENDS+= autoconf213>=${AUTOCONF_REQD}:../../devel/autoconf213 +AUTOCONF= ${LOCALBASE}/bin/autoconf-2.13 +AUTORECONF= ${LOCALBASE}/bin/autoreconf-2.13 +AUTOHEADER= ${LOCALBASE}/bin/autoheader-2.13 .endif .endif # AUTOCONF_MK |