summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-28 23:32:21 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-28 23:34:56 +0200
commite857a8e7e44592e98848177271d1b41710e4fdaa (patch)
treecebb72933b45c4f9dda89d4c22f9f3874a977f9f /configure.ac
parente14ce4482422b56150c483cc896466ce18b6b0f9 (diff)
downloadautomake-e857a8e7e44592e98848177271d1b41710e4fdaa.tar.gz
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
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])