view src/configure @ 14790:3ca7aba1116e v8.1.0407

patch 8.1.0407: quickfix code mixes using the stack and a list pointer commit https://github.com/vim/vim/commit/fe15b7dfa628d4edd683dae9528194c0e5510128 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 18 22:50:06 2018 +0200 patch 8.1.0407: quickfix code mixes using the stack and a list pointer Problem: Quickfix code mixes using the stack and a list pointer. Solution: Use a list pointer in more places. (Yegappan Lakshmanan, closes #3443)
author Christian Brabandt <cb@256bit.org>
date Tue, 18 Sep 2018 23:00:06 +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