view configure @ 13606:5a3146ceb318 v8.0.1675

patch 8.0.1675: unused macro argument in libvterm commit https://github.com/vim/vim/commit/820082914122d5bf7b6e89ff30cf364ad40a560f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 8 12:17:04 2018 +0200 patch 8.0.1675: unused macro argument in libvterm Problem: Unused macro argument in libvterm. (Randall W. Morris) Solution: Remove the argument.
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Apr 2018 12: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 "$@"