view src/configure @ 29028:e0cf900448c1 v8.2.5036

patch 8.2.5036: using two counters for timeout check in NFA engine Commit: https://github.com/vim/vim/commit/305abc612330772615638b8a1aa3c51421c7a90b Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 28 11:08:40 2022 +0100 patch 8.2.5036: using two counters for timeout check in NFA engine Problem: Using two counters for timeout check in NFA engine. Solution: Use only one counter. Tune the counts based on guessing.
author Bram Moolenaar <Bram@vim.org>
date Sat, 28 May 2022 12:15: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