view src/configure @ 24373:da8b8a320bb3 v8.2.2727

patch 8.2.2727: function test fails Commit: https://github.com/vim/vim/commit/e9b8b78e046b40b877c999432c4698edb3413d5d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 6 20:18:29 2021 +0200 patch 8.2.2727: function test fails Problem: Function test fails. Solution: Adjust expected error number.
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Apr 2021 20: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