view configure @ 22531:2df99e237965 v8.2.1814

patch 8.2.1814: missing change to remove "static" Commit: https://github.com/vim/vim/commit/922acbda3d4e250c8683db223f444d0ec8c6fd03 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 8 21:30:40 2020 +0200 patch 8.2.1814: missing change to remove "static" Problem: Missing change to remove "static". Solution: Add the change.
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Oct 2020 21:45:03 +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 "$@"