Mercurial > emacs
diff etc/PROBLEMS @ 40197:3ce5ada6fda1
Fix a typo in the value of CPP.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 23 Oct 2001 07:24:43 +0000 |
parents | 4b1fac13860a |
children | 554167b7ed9e |
line wrap: on
line diff
--- a/etc/PROBLEMS Mon Oct 22 18:48:09 2001 +0000 +++ b/etc/PROBLEMS Tue Oct 23 07:24:43 2001 +0000 @@ -19,7 +19,7 @@ unknown ones. To force the `configure' script to use `-traditional', run the script like this: - CPP='gcc -E -traditional" ./configure ... + CPP='gcc -E -traditional' ./configure ... (replace the ellipsis "..." with any additional arguments you pass to the script).