view src/configure @ 22031:f33de1c1eb4a v8.2.1565

patch 8.2.1565: spellfile test sometimes fails Commit: https://github.com/vim/vim/commit/e90d63ea904187ecbb09d0f7f21b71b302b30644 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 2 12:58:48 2020 +0200 patch 8.2.1565: spellfile test sometimes fails Problem: Spellfile test sometimes fails. Solution: Check running into the end of the file.
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Sep 2020 13:00:03 +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