view configure @ 16780:491c01280a5d v8.1.1392

patch 8.1.1392: build failure in tiny version commit https://github.com/vim/vim/commit/682725c1415f50681877df60257115a966e2a3d4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 25 20:10:37 2019 +0200 patch 8.1.1392: build failure in tiny version Problem: Build failure in tiny version. Solution: Define ex_popupclear to ex_ni if not implemented. Add UNUSED.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 May 2019 20: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 "$@"