[Intel-gfx] [PATCH 3/4] configure.ac: pwd doesn't take an argument

Patrick Welche prlw1 at cam.ac.uk
Mon Jan 26 04:25:42 PST 2015


bash built-in doesn't give an error, but real pwd does, and the
argument is unnecessary.

Signed-off-by: Patrick Welche <prlw1 at cam.ac.uk>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 0ba56c1..3704722 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
-- 
2.2.1



More information about the Intel-gfx mailing list