diff options
author | Glenn Morris <rgm@gnu.org> | 2011-03-21 20:28:41 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-03-21 20:28:41 -0700 |
commit | 34cb1cc610f71fb880a2a767061aade29e93a983 (patch) | |
tree | 3cb5a4047a4bee8fd57de0f2763e347f1d38c48a /autogen.sh | |
parent | fccee4ab7294f92e42ebf90786b7b301d0368e87 (diff) | |
download | emacs-34cb1cc610f71fb880a2a767061aade29e93a983.tar.gz |
copy_autogen tweaks.
* autogen/copy_autogen: Work from ./ or ../.
Fix time-stamps.
* autogen.sh: Doc fix.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index a56b8d77826..03c39ee9456 100755 --- a/autogen.sh +++ b/autogen.sh @@ -184,7 +184,7 @@ instead of this script. If all else fails, you can try using the pre-built versions of the generated files by doing: -cd autogen && ./copy_autogen +./autogen/copy_autogen This is not recommended - see the comments in \`copy_autogen'. |