[latexila] build: print more information at the end of configure
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] build: print more information at the end of configure
- Date: Tue, 20 Dec 2016 12:13:42 +0000 (UTC)
commit 00005865b3fbaab95c0bbdf0403b99831dd2edac
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Dec 20 13:05:24 2016 +0100
build: print more information at the end of configure
configure.ac | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e92adaf..9bc7869 100644
--- a/configure.ac
+++ b/configure.ac
@@ -192,14 +192,16 @@ fi
# Print a summary of the configuration
echo "
-
Configuration:
- ${PACKAGE_NAME} version ${PACKAGE_VERSION}
+ ${PACKAGE_NAME} version ${PACKAGE_VERSION}
- Prefix: ${prefix}
- Vala Compiler: ${vala_compiler}
- C Compiler: ${CC}
- GObject introspection: ${found_introspection}
- Generate latexila.vapi: ${enable_vala}
+ Source code location: ${srcdir}
+ Prefix: ${prefix}
+ C compiler: ${CC}
+ Vala compiler: ${vala_compiler}
+ Dev documentation: ${enable_gtk_doc}
+ GObject introspection: ${found_introspection}
+ Generate latexila.vapi: ${enable_vala}
+ Code coverage: ${enable_code_coverage}
"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]