0
0
mirror of https://github.com/vim/vim.git synced 2025-10-27 09:24:23 -04:00

updated for version 7.0-047

This commit is contained in:
Bram Moolenaar
2006-08-08 17:08:52 +00:00
parent 8ff38007cb
commit 7085ee750e
3 changed files with 7 additions and 1 deletions

4
src/configure vendored
View File

@@ -2,5 +2,9 @@
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
result=$?
# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi
exit $result