[f-spot] [configure.ac] Echo some of the build variables



commit db44cee134a13ae31c99a932c2374709cff7366b
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Fri May 14 17:32:12 2010 -0700

    [configure.ac] Echo some of the build variables

 configure.ac |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e8449a8..8bdacfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -409,3 +409,23 @@ extensions/Transitions/CoverTransition/Makefile
 tests/Makefile
 tests/src/Makefile
 )
+
+cat <<EOF
+
+${PACKAGE}-${VERSION}
+
+  Build Environment
+    Install Prefix:    ${prefix}
+    Datadir:           ${expanded_datadir}
+    Libdir:            ${expanded_libdir}
+
+    C Compiler:        ${CC}
+    Mono C# Compiler:  ${MCS} ${GMCS_FLAGS}
+    Mono Runtime:      ${MONO}
+
+  Build/Development:
+    Unit Tests:        ${do_tests}
+
+Run 'make' to build F-Spot.
+
+EOF



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]