X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=m4%2FMakefile.am;h=7b0514cfd993742bca034056acfe42bdc765ec3e;hb=3bb9d26e7eb111656d716e34d81225dfb16b6c4b;hp=c454ce5f259edb678ca2b26994477582ed541454;hpb=b9566dc203971a396d1336cf2295efc73b678782;p=apps%2Fmadmutt.git diff --git a/m4/Makefile.am b/m4/Makefile.am index c454ce5..7b0514c 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,24 +1,16 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- ##m4-files-begin -EXTRA_DIST = glibc2.m4 intdiv0.m4 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 README Makefile.am.in \ -codeset.m4 \ +EXTRA_DIST = Makefile.am.in \ curslib.m4 \ funcdecl.m4 \ -gettext.m4 \ -glibc21.m4 \ -gssapi.m4 \ -iconv.m4 \ -lcmessage.m4 \ -libesmtp.m4 \ -progtest.m4 \ -types.m4 +libesmtp.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