Fix quoting typos

This commit is contained in:
Andrew Bettison 2013-03-05 17:19:23 -08:00
parent 6f3c2b99c9
commit 25e5acc68c

View File

@ -10,8 +10,8 @@ Run the following commands:
./configure ./configure
make make
On Solaris, the system ''make'' command may not be GNU Make, and the system On Solaris, the system `make` command may not be GNU Make, and the system
''cc'' command may not be GNU Gcc. The following may work: `cc` command may not be GNU Gcc. The following may work:
autoreconf -f -i autoreconf -f -i
CC=gcc ./configure CC=gcc ./configure