X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=m4%2FMakefile.am;fp=m4%2FMakefile.am;h=ef5d5212abfc4a7b37935eb9ef96fc4c9334bdae;hp=ba7143fcad3e908368d6978f926c6acc40789d4c;hb=d36bae62c0892340fc8636158df066039f257a8f;hpb=a9533eed32ccd9bae6f6f42980d0478f84dc2551 diff --git a/m4/Makefile.am b/m4/Makefile.am index ba7143f..ef5d521 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,19 +1,42 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- ##m4-files-begin -EXTRA_DIST = README Makefile.am.in \ - intmax.m4 inttypes_h.m4 inttypes-h.m4 inttypes-pri.m4 lib-ld.m4 \ - lib-link.m4 lib-prefix.m4 lock.m4 longdouble.m4 longlong.m4 \ - nls.m4 po.m4 printf-posix.m4 signed.m4 size_max.m4 stdint_h.m4 \ - uintmax_t.m4 ulonglong.m4 visibility.m4 wchar_t.m4 wint_t.m4 \ - xsize.m4 codeset.m4 curslib.m4 funcdecl.m4 gettext.m4 gssapi.m4 \ - iconv.m4 lcmessage.m4 libesmtp.m4 progtest.m4 types.m4 +EXTRA_DIST = Makefile.am.in \ +codeset.m4 \ +curslib.m4 \ +funcdecl.m4 \ +gettext.m4 \ +gperf.m4 \ +iconv.m4 \ +intmax.m4 \ +inttypes_h.m4 \ +inttypes-h.m4 \ +inttypes-pri.m4 \ +lcmessage.m4 \ +libesmtp.m4 \ +lib-ld.m4 \ +lib-link.m4 \ +lib-prefix.m4 \ +lock.m4 \ +longdouble.m4 \ +longlong.m4 \ +nls.m4 \ +po.m4 \ +progtest.m4 \ +size_max.m4 \ +stdint_h.m4 \ +uintmax_t.m4 \ +ulonglong.m4 \ +visibility.m4 \ +wchar_t.m4 \ +wint_t.m4 \ +xsize.m4 ##m4-files-end Makefile.am: Makefile.am.in rm -f $@ $@t sed -n '1,/^##m4-files-begin/p' Makefile.am.in > $@t - ( (echo EXTRA_DIST = README Makefile.am.in | tr '\012' @); \ + ( (echo EXTRA_DIST = Makefile.am.in | tr '\012' @); \ (echo *.m4|tr ' ' @) ) \ |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \ >> $@t