view configure @ 17423:ae11ab022b02 v8.1.1710

patch 8.1.1710: Coverity found dead code commit https://github.com/vim/vim/commit/4a0a161a9bdc074498b85e1dd6bb2aab62a53aee Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 17 22:00:19 2019 +0200 patch 8.1.1710: Coverity found dead code Problem: Coverity found dead code. Solution: Remove merging of listener changes.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Jul 2019 22:15: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 "$@"