view configure @ 18388:368d6a478ae5 v8.1.2188

patch 8.1.2188: build error for missing define Commit: https://github.com/vim/vim/commit/2b78ab5d0c91c229715ae140a34978506343bde3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 19 22:50:20 2019 +0200 patch 8.1.2188: build error for missing define Problem: Build error for missing define. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Oct 2019 23:00: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 "$@"