view src/configure @ 7404:fb61ce5915fc v7.4.1006

commit https://github.com/vim/vim/commit/96c664af27ec9535f2c3cd9b889faad3e9460ad6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 31 16:21:52 2015 +0100 patch 7.4.1006 Problem: The fix in patch 7.3.192 is not tested. Solution: Add a test, one for each regexp engine. (Elias Diem)
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Dec 2015 16:30: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