view src/configure @ 14204:1b9f3932a130 v8.1.0119

patch 8.1.0119: failing test goes unnoticed because messages is not written commit https://github.com/vim/vim/commit/ec12d6490923fb5ff147ebf7e28d32f2b4977e3b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 27 23:12:36 2018 +0200 patch 8.1.0119: failing test goes unnoticed because messages is not written Problem: Failing test goes unnoticed because testdir/messages is not written. Solution: Set 'nomodifiable' only local to the buffer.
author Christian Brabandt <cb@256bit.org>
date Wed, 27 Jun 2018 23:15:05 +0200
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