view configure @ 14481:4f5a15867544 v8.1.0254

patch 8.1.0254: cannot build on MS-Windows; unused macro HAVE_HANDLE_DROP commit https://github.com/vim/vim/commit/980bab457ebb4df4b05d54b9d731520774f20d1d Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 22:42:53 2018 +0200 patch 8.1.0254: cannot build on MS-Windows; unused macro HAVE_HANDLE_DROP Problem: Cannot build on MS-Windows; Unused macro HAVE_HANDLE_DROP. Solution: Adjust #ifdef. Delete the macro.
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 22:45:07 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"