X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=m4%2FMakefile.am;h=1ff32a7c67ae5f58533a8b62d834ace2200ed6ce;hp=f60c83cf2c50c7c597444aa16c7b019efe309dc3;hb=8ad5cde6f05c11fc46b727ba4dec475989167fd0;hpb=1243156a5e03a666b36bc4400f1402243a85c9a7 diff --git a/m4/Makefile.am b/m4/Makefile.am index f60c83cf..1ff32a7c 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -1,18 +1,3 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- -##m4-files-begin -EXTRA_DIST = README Makefile.am.in malloc.m4 perl.m4 realloc.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; \ - find . -type f -name '*.m4' -print |sed 's,^\./,,' |sort ) \ - |fmt | (tr '\012' @; echo) \ - |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \ - >> $@t - sed -n '/^##m4-files-end/,$$p' $< >> $@t - chmod a-w $@t - mv $@t $@ +EXTRA_DIST = README attribute.m4 ax_append_flag.m4 ax_cflags_warn_all.m4 ax_check_compile_flag.m4 ax_check_link_flag.m4 ax_require_defined.m4 lzo.m4 openssl.m4 zlib.m4