view src/configure @ 10823:a7da553980ee v8.0.0301

patch 8.0.0301: not enough testing for setting options commit https://github.com/vim/vim/commit/698f8b207bbfefa1cbbd7361caf5412cb3416534 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 4 15:53:32 2017 +0100 patch 8.0.0301: not enough testing for setting options Problem: No tests for ":set completion" and various errors of the :set command. Solution: Add more :set tests. (Dominique Pelle, closes #1440)
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Feb 2017 16: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