summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2013-02-16 20:48:47 +0000
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-06-12 10:43:10 +0200
commit1fda669c0e5a25eac7f9f1e9a743120cae50ff51 (patch)
tree79109cc8b86d22d1e9d79a714c969263bd164e8a
parent45dbcaac301efce04d0bb492337f4febf8129ed9 (diff)
downloadxorg-driver-xf86-video-nouveau-1fda669c0e5a25eac7f9f1e9a743120cae50ff51.tar.gz
configure: printout the configuration info
Let the bikeshedding begin Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r--configure.ac18
1 files changed, 18 insertions, 0 deletions
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 ""