diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-22 21:52:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-22 21:52:15 +0000 |
commit | d8c0087ccea4baf4df913d24049a91a24962f20a (patch) | |
tree | 56c41c410d217a9739ad19675b3647fa75a0358f /src | |
parent | 63b3ce8757b1277c2196518692aba1fbe2241564 (diff) | |
download | vim-git-d8c0087ccea4baf4df913d24049a91a24962f20a.tar.gz |
updated for version 7.0113
Diffstat (limited to 'src')
-rwxr-xr-x | src/auto/configure | 6 | ||||
-rw-r--r-- | src/version.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/auto/configure b/src/auto/configure index 93e52be5e..55d38ff41 100755 --- a/src/auto/configure +++ b/src/auto/configure @@ -1029,7 +1029,7 @@ gives unlimited permission to copy, distribute and modify it. _ACEOF exit 0 fi -exec 5>auto/config.log +exec 5>config.log cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. @@ -16404,7 +16404,7 @@ exec 6>&1 # Open the log real soon, to keep \$[0] and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. Logging --version etc. is OK. -exec 5>>auto/config.log +exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX @@ -17244,7 +17244,7 @@ if test "$no_create" != yes; then ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false - exec 5>>auto/config.log + exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } diff --git a/src/version.h b/src/version.h index 0352cd37c..3bbe8ec67 100644 --- a/src/version.h +++ b/src/version.h @@ -36,5 +36,5 @@ #define VIM_VERSION_NODOT "vim70aa" #define VIM_VERSION_SHORT "7.0aa" #define VIM_VERSION_MEDIUM "7.0aa ALPHA" -#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Jul 21)" -#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Jul 21, compiled " +#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Jul 22)" +#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Jul 22, compiled " |