diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-26 13:03:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-26 13:03:03 +0000 |
commit | 412a3ca0b0e87c1be185aa344adff347a7559736 (patch) | |
tree | a289a7394feaa984d18a93414bb2dfe0f77db55b /README | |
parent | bbab62fd272c6ae29f4f46dce81cc10d33c9ffea (diff) | |
download | coreutils-412a3ca0b0e87c1be185aa344adff347a7559736.tar.xz |
* README: Warn not to run autoreconf manually. Use bootstrap instead.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -167,6 +167,12 @@ as you can. Based on the feedback that generates, you may be able to convince us that it's worth adding. +WARNING: Now that we use the ./bootstrap script, you should not run +autoreconf manually. Doing that will overwrite essential source files +with older versions, which may make the package unbuildable or introduce +subtle bugs. + + WARNING: If you modify files like configure.in, m4/*.m4, aclocal.m4, or any Makefile.am, then don't be surprised if what gets regenerated no longer works. To make things work, you'll have to be using appropriate |