view src/configure @ 18233:7d147c191ef7 v8.1.2111

patch 8.1.2111: viminfo file not sufficiently tested Commit: https://github.com/vim/vim/commit/2a8d3b8997d4fe94bc9c02ae04e873eab2f13b09 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 4 21:20:25 2019 +0200 patch 8.1.2111: viminfo file not sufficiently tested Problem: Viminfo file not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5009)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Oct 2019 21:30:04 +0200
parents cd9471bd8e9e
children
line wrap: on
line source

#! /bin/sh
# 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