From 1fda669c0e5a25eac7f9f1e9a743120cae50ff51 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 16 Feb 2013 20:48:47 +0000 Subject: configure: printout the configuration info Let the bikeshedding begin Signed-off-by: Emil Velikov --- configure.ac | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/configure.ac b/configure.ac index 4f9f0b1..575f69d 100644 --- a/configure.ac +++ b/configure.ac @@ -132,3 +132,21 @@ AC_CONFIG_FILES([ man/Makefile ]) AC_OUTPUT + +dnl +dnl Output some configuration info for the user +dnl +echo "" +echo " prefix: $prefix" +echo " exec_prefix: $exec_prefix" +echo " libdir: $libdir" +echo " includedir: $includedir" + +echo "" +echo " CFLAGS: $CFLAGS" +echo " CXXFLAGS: $CXXFLAGS" +echo " Macros: $DEFINES" + +echo "" +echo " Run '${MAKE-make}' to build xf86-video-nouveau" +echo "" -- cgit v1.2.1