view configure @ 13371:1a3f5759b61e v8.0.1559

patch 8.0.1559: build failure without GUI commit https://github.com/vim/vim/commit/658a154cbf2362c49a9797d9b2b9b69f481cd940 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 3 19:29:43 2018 +0100 patch 8.0.1559: build failure without GUI Problem: Build failure without GUI. Solution: Adjust #ifdef for get_fpos_of_mouse().
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Mar 2018 19:30:06 +0100
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 "$@"