view configure @ 12184:76fbd85c3cea v8.0.0972

patch 8.0.0972: compiler warnings for unused variables commit https://github.com/vim/vim/commit/37b9b8199792882e3e0e7e19e230ea6442b9e857 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 23:23:43 2017 +0200 patch 8.0.0972: compiler warnings for unused variables Problem: Compiler warnings for unused variables. (Tony Mechelynck) Solution: Add #ifdefs.
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 23: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 "$@"