view src/configure @ 8161:e9caba58213b v7.4.1374

commit https://github.com/vim/vim/commit/af7559f66603075e9b4d39d873b2161ea3ec8492 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 21:48:25 2016 +0100 patch 7.4.1374 Problem: Channel test hangs on MS-Windows. Solution: Disable the ch_read() that is supposed to time out.
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 22:00:04 +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