summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPatrick Welche <prlw1@cam.ac.uk>2015-01-26 12:25:42 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2015-01-26 12:47:03 +0000
commit53e825d6cfe49a4db5588718ea910c46d656ecfa (patch)
tree46bed4c1d2a17e5ee4d27c3370c0d75a77b31d02 /configure.ac
parent75fcda80580445be2030a83f3595a217c8982f8d (diff)
downloadxorg-driver-xf86-video-intel-53e825d6cfe49a4db5588718ea910c46d656ecfa.tar.gz
configure.ac: pwd doesn't take an argument
bash built-in doesn't give an error, but real pwd does, and the argument is unnecessary. Signed-off-by: Patrick Welche <prlw1@cam.ac.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0ba56c19..37047220 100644
--- a/configure.ac
+++ b/configure.ac
@@ -847,7 +847,7 @@ AC_OUTPUT
echo ""
echo ""
-test -e `pwd $0`/README && cat `pwd $0`/README
+cat $srcdir/README
accel_msg=""
if test "x$SNA" != "xno"; then