X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=m4%2FMakefile.am;h=bea9bcc140cbbd7856c10e481e3f323f02ad0d37;hb=4a16f6c039a8f8a90ecaf93228018eaf8896982f;hp=40b1852a3eaff209eb77ce6cc94690a6614fa841;hpb=a96991da3ee0978a4a1010f7d5b7400e5dc6da36;p=chaz%2Ftar diff --git a/m4/Makefile.am b/m4/Makefile.am index 40b1852..bea9bcc 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,33 +1,78 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- -##m4-files-begin -EXTRA_DIST = README Makefile.am.in \ -ccstdc.m4 \ +EXTRA_DIST = \ +alloca.m4 \ +backupfile.m4 \ +bison.m4 \ +chown.m4 \ +codeset.m4 \ d-ino.m4 \ +dirname.m4 \ +dos.m4 \ +error.m4 \ +exclude.m4 \ +fileblocks.m4 \ +fnmatch.m4 \ +ftruncate.m4 \ +getcwd.m4 \ +getdate.m4 \ +getline.m4 \ +getopt.m4 \ gettext.m4 \ +glibc21.m4 \ +hash.m4 \ +human.m4 \ +iconv.m4 \ +intdiv0.m4 \ +intmax_t.m4 \ inttypes_h.m4 \ +inttypes.m4 \ +inttypes-pri.m4 \ isc-posix.m4 \ -jm-mktime.m4 \ -largefile.m4 \ +lchown.m4 \ lcmessage.m4 \ +lib-ld.m4 \ +lib-link.m4 \ +lib-prefix.m4 \ +longlong.m4 \ malloc.m4 \ +mbrtowc.m4 \ +mbstate_t.m4 \ +memset.m4 \ +mktime.m4 \ +modechange.m4 \ +nls.m4 \ +onceonly.m4 \ +pathmax.m4 \ +po.m4 \ progtest.m4 \ +quotearg.m4 \ +quote.m4 \ realloc.m4 \ +rmdir.m4 \ +safe-read.m4 \ +safe-write.m4 \ +save-cwd.m4 \ +savedir.m4 \ +ssize_t.m4 \ +stdbool.m4 \ +stdint_h.m4 \ +strcase.m4 \ +strerror_r.m4 \ +strtoimax.m4 \ +strtoll.m4 \ +strtol.m4 \ +strtoull.m4 \ +strtoul.m4 \ +strtoumax.m4 \ +tm_gmtoff.m4 \ uintmax_t.m4 \ ulonglong.m4 \ +unlocked-io.m4 \ utimbuf.m4 \ utime.m4 \ utimes.m4 \ +xalloc.m4 \ +xgetcwd.m4 \ +xstrtol.m4 \ xstrtoumax.m4 -##m4-files-end - -Makefile.am: Makefile.am.in - rm -f $@ $@t - sed -n '1,/^##m4-files-begin/p' $< > $@t - ( (echo EXTRA_DIST = README Makefile.am.in | tr '\012' @); \ - (echo *.m4|tr ' ' @) ) \ - |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \ - >> $@t - sed -n '/^##m4-files-end/,$$p' $< >> $@t - chmod a-w $@t - mv $@t $@