view configure @ 16988:959ea232e50d v8.1.1494

patch 8.1.1494: build failure commit https://github.com/vim/vim/commit/6c009a39744b49393464567266a3fa3562f08ee2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 8 16:06:28 2019 +0200 patch 8.1.1494: build failure Problem: Build failure. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jun 2019 16:15:05 +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 "$@"