view src/configure @ 18834:aaea9672a96d v8.1.2404

patch 8.1.2404: channel test fails under valgrind Commit: https://github.com/vim/vim/commit/08d2e795e72837a015e69894fb8ebd178e4014c9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 7 17:10:25 2019 +0100 patch 8.1.2404: channel test fails under valgrind Problem: Channel test fails under valgrind. Solution: Sleep a bit longer.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Dec 2019 17:15: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