view src/configure @ 16352:c742c008953e v8.1.1181

patch 8.1.1181: tests for mouse clicks are a bit flaky commit https://github.com/vim/vim/commit/2b00b9b0f355421fdb49e3a15f5a62af657d1922 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 17 17:08:27 2019 +0200 patch 8.1.1181: tests for mouse clicks are a bit flaky Problem: Tests for mouse clicks are a bit flaky when run in an interactive terminal. Solution: Use "xterm2" instead of "xterm" for 'ttymouse' to avoid spurious drag events.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Apr 2019 17:15:05 +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