summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2005-04-23 18:44:25 +0000
committerkientzle <kientzle@FreeBSD.org>2005-04-23 18:44:25 +0000
commitd4451ef08bea0cfe06f2c152f9b37200201362ae (patch)
treeb841c2c41eeea19645990cd264e85cecd5377bfc /usr.bin
parentc4cef244d67c25b155e750301dae893bf146acc1 (diff)
downloadFreeBSD-src-d4451ef08bea0cfe06f2c152f9b37200201362ae.zip
FreeBSD-src-d4451ef08bea0cfe06f2c152f9b37200201362ae.tar.gz
Correct autoconf/automake invocation to work with devel/gnu-auto* from
ports. Thanks to: Dag-Erling Sm?rgrav (des@)
Diffstat (limited to 'usr.bin')
-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 7702f0f..1e5c25e 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} && aclocal19 && autoheader259 && autoconf259 )
- (cd ${DIST_BUILD_DIR} && automake19 -a --foreign)
+ (cd ${DIST_BUILD_DIR} && aclocal && autoheader && autoconf )
+ (cd ${DIST_BUILD_DIR} && automake -a --foreign)
(cd ${DIST_BUILD_DIR} && ./configure && make distcheck && make dist)
mv ${DIST_BUILD_DIR}/${DISTFILE} ${.OBJDIR}
@echo ==================================================
OpenPOWER on IntegriCloud