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>
This commit is contained in:
Patrick Welche 2015-01-26 12:25:42 +00:00 committed by Chris Wilson
parent 75fcda8058
commit 53e825d6cf
1 changed files with 1 additions and 1 deletions

View File

@ -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