X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=bootstrap;h=88b1bed4f96cb24e9af7f696ba22f15e7763fb76;hb=ef96e14fe19d771e9337f3f2b34242af35852c36;hp=779e713c0592d478ab41e1452f8e470020a16d4e;hpb=86c379f7c19842f68cb4eac8ef76871761b10800;p=chaz%2Ftar diff --git a/bootstrap b/bootstrap index 779e713..88b1bed 100755 --- a/bootstrap +++ b/bootstrap @@ -297,6 +297,12 @@ copy_files() { } copy_files ${PAXUTILS_SRCDIR}/m4 m4 +echo "$0: Creating m4/paxutils.m4" +(echo "# This file is generated automatically. Please, do not edit." + echo "#" + echo "AC_DEFUN([tar_PAXUTILS],[" + cat ${PAXUTILS_SRCDIR}/m4/DISTFILES | sed '/^#/d;s/\(.*\)\.m4/pu_\1/' | tr a-z A-Z + echo "])") > ./m4/paxutils.m4 if [ -d rmt ]; then :