[gjs] build: Output a status summary
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] build: Output a status summary
- Date: Tue, 26 Mar 2013 15:16:21 +0000 (UTC)
commit d20e227639a0c2a0addea71151149f2c21af51fa
Author: Colin Walters <walters verbum org>
Date: Tue Mar 26 10:53:29 2013 -0400
build: Output a status summary
configure.ac | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6fbba35..a39e853 100644
--- a/configure.ac
+++ b/configure.ac
@@ -227,3 +227,15 @@ AC_SUBST([gjsnativedir])
AC_CONFIG_FILES([Makefile gjs-1.0.pc gjs-internals-1.0.pc])
AC_OUTPUT
+
+AC_MSG_RESULT([
+ $PACKAGE_NAME $VERSION
+
+ GJS_CFLAGS: ${GJS_CFLAGS}
+ GJS_LIBS: ${GJS_LIBS}
+
+ cairo: ${have_cairo}
+ readline: ${have_readline}
+ dtrace: ${ENABLE_DTRACE}
+ systemtap: ${ENABLE_SYSTEMTAP}
+])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]