summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-27 02:36:57 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-27 02:36:57 +0000
commit64758c9a38864ed17b2e56b8ef615fa6a6be45e5 (patch)
tree66ccf0fc377df41324bda72d325bbd822d6b1419 /mbone
parentUpdate to 1.5.1.1 (diff)
Fix for autoconf
PR: 34227 Submitted by: Kazuyoshi Komine <komine@cc.meisei-u.ac.jp>
Notes
Notes: svn path=/head/; revision=53812
Diffstat (limited to 'mbone')
-rw-r--r--mbone/rat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
index cd715a63ddc4..3987d8f45e28 100644
--- a/mbone/rat/Makefile
+++ b/mbone/rat/Makefile
@@ -44,7 +44,7 @@ do-build:
.endfor
do-configure:
- cd ${WRKSRC}/common && autoconf && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6}
- cd ${WRKSRC}/rat && autoconf && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6}
+ cd ${WRKSRC}/common && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6}
+ cd ${WRKSRC}/rat && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6}
.include "bsd.port.post.mk"