view configure @ 32483:933cec0b89dc v9.0.1573

patch 9.0.1573: error for function name has wrong line number Commit: https://github.com/vim/vim/commit/d4a9b7f61475f3166cce92b0bad748e8c1eb51fe Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 23 14:48:42 2023 +0100 patch 9.0.1573: error for function name has wrong line number Problem: Error for function name has wrong line number. Solution: Set the line number before giving the error.
author Bram Moolenaar <Bram@vim.org>
date Tue, 23 May 2023 16:00:06 +0200
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"