view src/configure @ 25745:b916d59f259f v8.2.3408

patch 8.2.3408: can delete a numbered function Commit: https://github.com/vim/vim/commit/ddfc05100a29263a682dd96bb924dfde4354a654 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 6 20:56:56 2021 +0200 patch 8.2.3408: can delete a numbered function Problem: Can delete a numbered function. (Naohiro Ono) Solution: Disallow deleting a numbered function. (closes https://github.com/vim/vim/issues/8760)
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Sep 2021 21:00: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