xf86-video-intel: configure.ac

Chris Wilson ickle at kemper.freedesktop.org
Tue Jun 24 08:38:09 PDT 2014


 configure.ac |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit ca296c18316a3ce1682beefd5daa4702593cd529
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Jun 24 16:37:52 2014 +0100

    configure: Display our README before the summary
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/configure.ac b/configure.ac
index 632589c..8e4d833 100644
--- a/configure.ac
+++ b/configure.ac
@@ -846,6 +846,10 @@ AC_CONFIG_FILES([
 ])
 AC_OUTPUT
 
+echo ""
+echo ""
+test -e `pwd $0`/README && cat `pwd $0`/README
+
 accel_msg=""
 if test "x$SNA" != "xno"; then
 	if test "$accel" = "sna"; then


More information about the xorg-commit mailing list