diff options
author | Jim Meyering <meyering@fb.com> | 2015-07-29 17:40:08 -0700 |
---|---|---|
committer | Jim Meyering <meyering@fb.com> | 2015-11-17 11:42:37 +0100 |
commit | 4a6ed21b15175d8fa1749c54813840f28f7bfcc5 (patch) | |
tree | 933f8e24de51e5733861594e853bdd48b9611cd2 /README | |
parent | 4c5c6cad85ad67d96df261ec9abdab66590d9ceb (diff) | |
download | coreutils-4a6ed21b15175d8fa1749c54813840f28f7bfcc5.tar.xz |
maint: remove unmaintained file, c99-to-c89.diff
* src/c99-to-c89.diff: Remove file.
* src/local.mk (EXTRA_DIST): Remove it from this list.
* README (Pre-C99 build failure): Update section.
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -86,20 +86,15 @@ see <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/12015/>. Pre-C99 build failure ----------------------- -There is a new, implicit build requirement: -To build the coreutils from source, you should have a C99-conforming +In 2009 we added this requirement: +To build the coreutils from source, you must have a C99-conforming compiler, due to the use of declarations after non-declaration statements in several files in src/. There is code in configure to find and, if possible, enable an appropriate compiler. However, if configure doesn't find a C99 compiler, it continues nonetheless, and your build will fail. -If that happens, simply[*] apply the included patch using the following -command, and then run make again: - - cd src && patch < c99-to-c89.diff - -[*] however, as of coreutils-7.1, the "c99-to-c89.diff" file is no longer -maintained, so even if the patches still apply, the result will be an -incomplete conversion. It's been 10 years. Get a decent compiler! ;-) +There used to be a "c99-to-c89.diff" patch you could apply to convert +to code that even an old pre-c99 compiler can handle, but it was too +tedious to maintain, so has been removed. *********************** |