view src/configure @ 31398:a5561303189e v9.0.1032

patch 9.0.1032: test fails when terminal feature is missing Commit: https://github.com/vim/vim/commit/b9603f6498e5637e111bd1dca0eab88c8dd0f99b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 8 15:44:22 2022 +0000 patch 9.0.1032: test fails when terminal feature is missing Problem: Test fails when terminal feature is missing. Solution: Use CheckRunVimInTerminal.
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Dec 2022 16:45:05 +0100
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