From c9c6e63472701017041e66d3eeb2d750b1aafb32 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 16 Feb 2016 15:07:31 +0100 Subject: distribution helper script: let it be preprocessed/substituted by Autoconf * makes sense since it already extracted information from ./configure that is usually substituted. * it already had to be run from a configured build directory * it required the source tree directory, which had to be overwritten on the Make command line when using an out-of-source build dir. This is no longer necessary. * It is still a stand-alone Makefile to keep it isolated from the main build system, although it could certainly be translated to Automake. * the generated file will now be called distribute.mk to signify that it is a Makefile. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 185dd0b..39983d8 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ Makefile Makefile.in stamp-* +/distribute.mk # Autotest /tests/package.m4 -- cgit v1.2.3