view configure @ 16281:1a4da6903913 v8.1.1145

patch 8.1.1145: compiler warning for unused function commit https://github.com/vim/vim/commit/a7be0f2451f46d4940f3a4998e8f69297206739a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 11 11:19:32 2019 +0200 patch 8.1.1145: compiler warning for unused function Problem: Compiler warning for unused function. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Apr 2019 11:30:06 +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 "$@"