* configure.ac (Create output files): This, move it towards the end of the script.
Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 586c78e..a23b2ac 100644 --- a/configure.ac +++ b/configure.ac @@ -389,10 +389,6 @@ fi AC_ARG_VAR([AM_TEST_RUNNER_SHELL], [a sturdy POSIX shell for our testsuite]) -## ---------------------- ## -## Create output files. ## -## ---------------------- ## - ########################################################################### @@ -564,6 +560,10 @@ AC_SUBST([EXEEXT]) ########################################################################### +## ---------------------- ## +## Create output files. ## +## ---------------------- ## + AC_CONFIG_FILES([Makefile]) AC_CONFIG_LINKS([GNUmakefile:GNUmakefile]) -- 1.7.9.5