view src/configure @ 11380:2334a8ae9ff6 v8.0.0575

patch 8.0.0575: using freed memory when resetting 'indentexpr' commit https://github.com/vim/vim/commit/a701b3b6f0f06ac0c9fcc75c6c34a1258fc3b1a2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 20 22:57:27 2017 +0200 patch 8.0.0575: using freed memory when resetting 'indentexpr' Problem: Using freed memory when resetting 'indentexpr' while evaluating it. (Dominique Pelle) Solution: Make a copy of 'indentexpr'.
author Christian Brabandt <cb@256bit.org>
date Thu, 20 Apr 2017 23:00:03 +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