| OLD | NEW |
| 1 Installation Instructions | 1 Installation Instructions |
| 2 ************************* | 2 ************************* |
| 3 | 3 |
| 4 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, | 4 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, |
| 5 2006 Free Software Foundation, Inc. | 5 2006 Free Software Foundation, Inc. |
| 6 | 6 |
| 7 This file is free documentation; the Free Software Foundation gives | 7 This file is free documentation; the Free Software Foundation gives |
| 8 unlimited permission to copy, distribute and modify it. | 8 unlimited permission to copy, distribute and modify it. |
| 9 | 9 |
| 10 Basic Installation | 10 Basic Installation |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 suppress all normal output, redirect it to `/dev/null' (any error | 225 suppress all normal output, redirect it to `/dev/null' (any error |
| 226 messages will still be shown). | 226 messages will still be shown). |
| 227 | 227 |
| 228 `--srcdir=DIR' | 228 `--srcdir=DIR' |
| 229 Look for the package's source code in directory DIR. Usually | 229 Look for the package's source code in directory DIR. Usually |
| 230 `configure' can determine that directory automatically. | 230 `configure' can determine that directory automatically. |
| 231 | 231 |
| 232 `configure' also accepts some other, not widely useful, options. Run | 232 `configure' also accepts some other, not widely useful, options. Run |
| 233 `configure --help' for more details. | 233 `configure --help' for more details. |
| 234 | 234 |
| OLD | NEW |