view configure @ 22186:7bbd111ee556 v8.2.1642

patch 8.2.1642: otions test fails Commit: https://github.com/vim/vim/commit/4507f6ada590fb6274b21c416190dfecb23dcf1b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 9 15:10:52 2020 +0200 patch 8.2.1642: otions test fails Problem: Otions test fails. Solution: Correct call to OptionG().
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Sep 2020 15:15: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 "$@"