view configure @ 18872:410155e75efa v8.1.2422

patch 8.1.2422: "make depend" does not work correctly for libvterm Commit: https://github.com/vim/vim/commit/9810cfbe554b166cb05b51119040bb4426c17bac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 11 21:23:00 2019 +0100 patch 8.1.2422: "make depend" does not work correctly for libvterm Problem: "make depend" does not work correctly for libvterm. Solution: Fix build dependencies. And a few minor improvements.
author Bram Moolenaar <Bram@vim.org>
date Wed, 11 Dec 2019 21:30:04 +0100
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 "$@"