From 53e825d6cfe49a4db5588718ea910c46d656ecfa Mon Sep 17 00:00:00 2001 From: Patrick Welche Date: Mon, 26 Jan 2015 12:25:42 +0000 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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