view configure @ 21259:ee0e2ada88c0 v8.2.1180

patch 8.2.1180: build failure in small version Commit: https://github.com/vim/vim/commit/1e624c912dff19e889c9398b56fe537952c02fef Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 11 14:08:04 2020 +0200 patch 8.2.1180: build failure in small version Problem: Build failure in small version. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Jul 2020 14: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 "$@"