view configure @ 17799:87c5c07a4cac v8.1.1896

patch 8.1.1896: compiler warning for unused variable commit https://github.com/vim/vim/commit/eaf35241197fc6b9ee9af993095bf5e6f35c8f1a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 20 23:14:15 2019 +0200 patch 8.1.1896: compiler warning for unused variable Problem: Compiler warning for unused variable. Solution: Add #ifdef. (John Marriott) Missing part of 8.1.1892.
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Aug 2019 23:15:03 +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 "$@"