view src/configure @ 18305:f4db8631d9c5 v8.1.2147

patch 8.1.2147: crash when allocating memory fails Commit: https://github.com/vim/vim/commit/53efb18530cc3940d7af2ea338947783ea5495ed Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 13 19:49:26 2019 +0200 patch 8.1.2147: crash when allocating memory fails Problem: Crash when allocating memory fails. (Zu-Ming Jiang) Solution: Check that 'spellcapcheck' is not NULL. (closes https://github.com/vim/vim/issues/5048)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Oct 2019 20:00:04 +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