From: Sebastian Harl Date: Tue, 24 Apr 2012 13:30:53 +0000 (+0200) Subject: configure.ac: Use AC_MSG_RESULT() to display summary. X-Git-Url: https://git.tokkee.org/?p=template.git;a=commitdiff_plain;h=22b48064409c870d7dc9253f22bd74b1767afe9d configure.ac: Use AC_MSG_RESULT() to display summary. This makes sure the summary ends up in config.log as well. --- diff --git a/configure.ac b/configure.ac index dfc30d6..4dba234 100644 --- a/configure.ac +++ b/configure.ac @@ -216,27 +216,27 @@ AM_CONDITIONAL([BUILD_DOCUMENTATION], test "x$build_documentation" = "xyes") AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile]) AC_OUTPUT -cat <