diff --git a/buildconf b/buildconf index 7459494dd4411f42aae4a13ecf0a8d5663d6a606..b798710351cea216ae06edc8caf5c5fc86a99707 100755 --- a/buildconf +++ b/buildconf @@ -177,7 +177,7 @@ if test -d ares; then fi echo "buildconf: running automake" -${AUTOMAKE:-automake} -a || die "The command '${AUTOMAKE:-automake} -a' failed" +${AUTOMAKE:-automake} -a || die "The automake command failed" echo "buildconf: OK" exit 0