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:
parent
75fcda8058
commit
53e825d6cf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue