pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools In the autoconf213 case, the AUTO* variables ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9efb8207c018
branches:  trunk
changeset: 493932:9efb8207c018
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 18:54:06 2005 +0000

description:
In the autoconf213 case, the AUTO* variables should point to the
TOOLS_CMD.* variables for the -2.13 variants.  Otherwise, they're
empty, which causes errors for packages that use ${AUTOCONF}.

diffstat:

 mk/tools/autoconf.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 233d54d1c0a2 -r 9efb8207c018 mk/tools/autoconf.mk
--- a/mk/tools/autoconf.mk      Mon May 16 18:45:29 2005 +0000
+++ b/mk/tools/autoconf.mk      Mon May 16 18:54:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: autoconf.mk,v 1.6 2005/05/11 20:09:44 jlam Exp $
+# $NetBSD: autoconf.mk,v 1.7 2005/05/16 18:54:06 jlam Exp $
 #
 # This Makefile fragment handles packages that use GNU autoconf.
 #
@@ -139,9 +139,9 @@
 # Continue to define the following variables until packages have been
 # taught to just use "autoconf", "autoheader", and "autoreconf" instead.
 #
-AUTOCONF=      ${TOOLS_CMD.autoconf}
-AUTOHEADER=    ${TOOLS_CMD.autoheader}
-AUTORECONF=    ${TOOLS_CMD.autoreconf}
+AUTOCONF=      ${TOOLS_CMD.autoconf-2.13}
+AUTOHEADER=    ${TOOLS_CMD.autoheader-2.13}
+AUTORECONF=    ${TOOLS_CMD.autoreconf-2.13}
 
 .    if defined(USE_LIBTOOL)
 pre-configure: tools-libtool-m4-override



Home | Main Index | Thread Index | Old Index