view configure @ 13730:7b818f7bb738 v8.0.1737

patch 8.0.1737: fchown() used when it is not supported commit https://github.com/vim/vim/commit/02e802b2da9e25b5824185976b163691b5bbd558 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 19 21:15:27 2018 +0200 patch 8.0.1737: fchown() used when it is not supported Problem: fchown() used when it is not supported. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Thu, 19 Apr 2018 21:30: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 "$@"