diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index e7bc573dab21..2aff28f675b1 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -7,7 +7,7 @@ LIB= archive -VERSION= 1.02.016 +VERSION= 1.02.017 ARCHIVE_API_FEATURE= 2 ARCHIVE_API_VERSION= 1 SHLIB_MAJOR= ${ARCHIVE_API_VERSION} @@ -204,7 +204,7 @@ distfile: cat ${.CURDIR}/configure.ac.in | \ sed 's/@VERSION@/${VERSION}/' | \ cat > ${DIST_WORK_DIR}/configure.ac - (cd ${DIST_WORK_DIR} && aclocal && autoheader && autoconf && automake -a --foreign) + (cd ${DIST_WORK_DIR} && aclocal19 && autoheader259 && autoconf259 && automake19 -a --foreign) (cd ${DIST_WORK_DIR} && ./configure && make distcheck && make dist) mv ${DIST_WORK_DIR}/${DISTFILE} ${.OBJDIR} @echo ================================================== diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 1e5c25ea2507..7702f0f310e9 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 ==================================================