Allow compilation from a build directory
[oweals/tinc.git] / m4 / Makefile.am
index f60c83cf2c50c7c597444aa16c7b019efe309dc3..1ff32a7c67ae5f58533a8b62d834ace2200ed6ce 100644 (file)
@@ -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