view src/configure @ 22023:67d3826948ad v8.2.1561

patch 8.2.1561: using NULL pointers in fold code Commit: https://github.com/vim/vim/commit/81fcb67fb32a12414512b72e691a1bbbff9f8511 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 1 21:21:24 2020 +0200 patch 8.2.1561: using NULL pointers in fold code Problem: Using NULL pointers in fold code. Solution: Avoid using a NULL pointer. (Dominique Pell?, closes https://github.com/vim/vim/issues/6831, closes #6831)
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Sep 2020 21:30: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