view src/configure @ 14469:0211e295835e v8.1.0248

patch 8.1.0248: duplicated quickfix code commit https://github.com/vim/vim/commit/8d8a65e389cef318ae661ff0fe7b1b00fd7cb25f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 19:48:08 2018 +0200 patch 8.1.0248: duplicated quickfix code Problem: duplicated quickfix code. Solution: Move the code to a function.
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 20: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