summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-06-24 16:37:52 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-06-24 16:37:52 +0100
commitca296c18316a3ce1682beefd5daa4702593cd529 (patch)
treeb8c9106fb831328b5910818fc2d3c10d5482eaff /configure.ac
parentd14d7efb28c3e323203139b7c1562b1e0bc526f0 (diff)
configure: Display our README before the summary
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 632589ca..8e4d8339 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