summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2005-04-17 17:51:05 +0000
committerkientzle <kientzle@FreeBSD.org>2005-04-17 17:51:05 +0000
commit877f4c482e9ff6ebd532f7aa75831998c3837fe3 (patch)
treefeb64f2142fab4511e633f98c7c4b721e1be3f27 /usr.bin/tar
parentdc4a70aca901e3a009b492a308d465a83c55ec4a (diff)
downloadFreeBSD-src-877f4c482e9ff6ebd532f7aa75831998c3837fe3.zip
FreeBSD-src-877f4c482e9ff6ebd532f7aa75831998c3837fe3.tar.gz
Update "make distfile" to use newest automake/autoconf from ports.
Thanks to: Juergen Lock
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile
index 1e5c25e..7702f0f 100644
--- a/usr.bin/tar/Makefile
+++ b/usr.bin/tar/Makefile
@@ -37,8 +37,8 @@ distfile:
cat ${.CURDIR}/configure.ac.in | \
sed 's/@VERSION@/${VERSION}/' | \
cat > ${DIST_BUILD_DIR}/configure.ac
- (cd ${DIST_BUILD_DIR} && aclocal && autoheader && autoconf )
- (cd ${DIST_BUILD_DIR} && automake -a --foreign)
+ (cd ${DIST_BUILD_DIR} && aclocal19 && autoheader259 && autoconf259 )
+ (cd ${DIST_BUILD_DIR} && automake19 -a --foreign)
(cd ${DIST_BUILD_DIR} && ./configure && make distcheck && make dist)
mv ${DIST_BUILD_DIR}/${DISTFILE} ${.OBJDIR}
@echo ==================================================
OpenPOWER on IntegriCloud