diff options
| author | Paul Eggert | 2012-04-17 14:40:07 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-17 14:40:07 -0700 |
| commit | 67546201c09718dee616cda362fef96f6f31996d (patch) | |
| tree | eb37eacb6bd2a3f1dcbee7d9e97516649fd9bad3 | |
| parent | ae6e112df045de8ddc22e85f8538975d4664b325 (diff) | |
| download | emacs-67546201c09718dee616cda362fef96f6f31996d.tar.gz emacs-67546201c09718dee616cda362fef96f6f31996d.zip | |
INSTALL: Mention --enable-gcc-warnings.
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | INSTALL | 6 |
2 files changed, 7 insertions, 0 deletions
| @@ -12,6 +12,7 @@ | |||
| 12 | (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I, | 12 | (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I, |
| 13 | when including system files with GCC. | 13 | when including system files with GCC. |
| 14 | * etc/NEWS: Mention --enable-gcc-warnings. | 14 | * etc/NEWS: Mention --enable-gcc-warnings. |
| 15 | * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise. | ||
| 15 | * lib/Makefile.am (AM_CFLAGS): New macro. | 16 | * lib/Makefile.am (AM_CFLAGS): New macro. |
| 16 | * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib. | 17 | * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib. |
| 17 | 18 | ||
| @@ -317,6 +317,12 @@ Use --with-wide-int to implement Emacs values with the type 'long long', | |||
| 317 | even on hosts where a narrower type would do. With this option, on a | 317 | even on hosts where a narrower type would do. With this option, on a |
| 318 | typical 32-bit host, Emacs integers have 62 bits instead of 30. | 318 | typical 32-bit host, Emacs integers have 62 bits instead of 30. |
| 319 | 319 | ||
| 320 | Use --enable-gcc-warnings to enable compile-time checks that warn | ||
| 321 | about possibly-questionable C code. This is intended for developers | ||
| 322 | and is useful with GNU-compatible compilers. On a recent GNU system | ||
| 323 | there should be no warnings; on older and on non-GNU systems the | ||
| 324 | generated warnings may still be useful. | ||
| 325 | |||
| 320 | The `--prefix=PREFIXDIR' option specifies where the installation process | 326 | The `--prefix=PREFIXDIR' option specifies where the installation process |
| 321 | should put emacs and its data files. This defaults to `/usr/local'. | 327 | should put emacs and its data files. This defaults to `/usr/local'. |
| 322 | - Emacs (and the other utilities users run) go in PREFIXDIR/bin | 328 | - Emacs (and the other utilities users run) go in PREFIXDIR/bin |