view configure @ 20122:3b57ed35764e v8.2.0616

patch 8.2.0616: build error when disabling the diff feature Commit: https://github.com/vim/vim/commit/e770598f31ad88fc98e40ead4b228ebc04afaa5d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 21 22:23:15 2020 +0200 patch 8.2.0616: build error when disabling the diff feature Problem: Build error when disabling the diff feature. Solution: Move parenthesis outside of #ifdef. (Tom Ryder)
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Apr 2020 22:30:04 +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 "$@"