view src/configure @ 21140:f86140ad0164 v8.2.1121

patch 8.2.1121: command completion not working after ++arg Commit: https://github.com/vim/vim/commit/743d0620203388bf87dc611cea544b485e4b9f85 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 3 18:15:06 2020 +0200 patch 8.2.1121: command completion not working after ++arg Problem: Command completion not working after ++arg. Solution: Move skipping up. (Christian Brabandt, closes https://github.com/vim/vim/issues/6382)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Jul 2020 18:30:03 +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