view src/configure @ 15778:cf702b29ea0d v8.1.0896

patch 8.1.0896: tests for restricted mode no run for MS-Windows GUI commit https://github.com/vim/vim/commit/5a6698169d10833abad88c98e5a332ddde5d110d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 11 21:45:00 2019 +0100 patch 8.1.0896: tests for restricted mode no run for MS-Windows GUI Problem: Tests for restricted mode no run for MS-Windows GUI. Solution: Make tests also work in MS-Windows GUI.
author Bram Moolenaar <Bram@vim.org>
date Mon, 11 Feb 2019 22:00:07 +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