From: Stefano Lattarini Date: Thu, 28 Jun 2012 21:32:21 +0000 (+0200) Subject: configure: move a misplaced "section" comment X-Git-Tag: v1.12.2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e857a8e7e44592e98848177271d1b41710e4fdaa;p=thirdparty%2Fautomake.git configure: move a misplaced "section" comment * configure.ac (Create output files): This, move it towards the end of the script. Signed-off-by: Stefano Lattarini --- diff --git a/configure.ac b/configure.ac index c945b13fa..8d6afc871 100644 --- a/configure.ac +++ b/configure.ac @@ -383,10 +383,6 @@ fi AC_ARG_VAR([AM_TEST_RUNNER_SHELL], [a sturdy POSIX shell for our testsuite]) -## ---------------------- ## -## Create output files. ## -## ---------------------- ## - ########################################################################### @@ -558,6 +554,10 @@ AC_SUBST([EXEEXT]) ########################################################################### +## ---------------------- ## +## Create output files. ## +## ---------------------- ## + AC_CONFIG_FILES([Makefile]) AC_CONFIG_LINKS([GNUmakefile:GNUmakefile])