view src/configure @ 23833:dd8f2c6b6396 v8.2.2458

patch 8.2.2458: Coverity warns for :retab using freed memory Commit: https://github.com/vim/vim/commit/0dcd39bad5e5aa70ba8f60cb3fbf0658585f0151 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 3 19:44:25 2021 +0100 patch 8.2.2458: Coverity warns for :retab using freed memory Problem: Coverity warns for :retab using freed memory. Solution: Use the updated line pointer when moving text properties.
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Feb 2021 19:45:06 +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