view src/configure @ 8005:d65aa95725d3 v7.4.1297

commit https://github.com/vim/vim/commit/a483326e3b04215b86fe9c582ac96bb9679f0812 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 9 23:33:25 2016 +0100 patch 7.4.1297 Problem: On Mac test_channel leaves python instances running. Solution: Use a small waittime to make ch_open() work. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Tue, 09 Feb 2016 23: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