view src/configure @ 17648:511a03fcdc78 v8.1.1821

patch 8.1.1821: no test for wrong number of method arguments commit https://github.com/vim/vim/commit/f97d46f816e84edb6899a903a1c334a50a6d31bb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 6 20:34:10 2019 +0200 patch 8.1.1821: no test for wrong number of method arguments Problem: No test for wrong number of method arguments. Solution: Add a test.
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Aug 2019 20:45: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