summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-11-11 15:25:22 +0100
committerAkim Demaille <akim.demaille@gmail.com>2019-11-11 15:59:53 +0100
commitc313360deb7bcd02d1c32dd6594d83dcff83b33f (patch)
tree29de4e54eeedbea678ab992783330f39a03491de /configure.ac
parent25698b58c09ea594c215e72f0dcac2bebbb1285e (diff)
downloadbison-c313360deb7bcd02d1c32dd6594d83dcff83b33f.tar.gz
doc: clarify build instructions
* README: A few fixes. Explain how to install color support. * README-hacking: Rename as... * README-hacking.md: this, and convert to Markdown. Improve typography. Improve explanations about update-test.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5a5d8305..45f87370 100644
--- a/configure.ac
+++ b/configure.ac
@@ -279,7 +279,7 @@ uname=`uname`
case $VALGRIND:$uname in
'':*) ;;
*:Darwin)
- # See README-hacking.
+ # See README-hacking.md.
VALGRIND=;;
*:*)
suppfile=build-aux/$uname.valgrind