bk: 4cfdf2503nErFZzUuKi7PjHbA7Xn4g
---
+* [Bug 1742] Fix a typo in an error message in the "build" script.
* Clean up m4 quoting in configure.ac, *.m4 files, resolving
intermittent AC_LANG_PROGRAM possibly undefined errors.
* Clean up the SNTP documentation.
CVO=`env PATH="$PATH:." scripts/cvo.sh @cvo@`
case "$CVO" in
- *-*-*-*) "echo scripts/cvo.sh returned <$CVO>, which makes no sense to me."
+ *-*-*-*) echo "scripts/cvo.sh returned <$CVO>, which makes no sense to me."
exit 1
;;
*-*-*) ;;