]> Dogcows Code - chaz/tar/commitdiff
Create m4/paxutils.m4
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 6 Jan 2005 18:15:12 +0000 (18:15 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 6 Jan 2005 18:15:12 +0000 (18:15 +0000)
bootstrap

index 779e713c0592d478ab41e1452f8e470020a16d4e..88b1bed4f96cb24e9af7f696ba22f15e7763fb76 100755 (executable)
--- 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
    :
This page took 0.018295 seconds and 4 git commands to generate.