view configure @ 16119:4fac64b51d74 v8.1.1064

patch 8.1.1064: no test for output conversion in the GTK GUI commit https://github.com/vim/vim/commit/c701f320e83b33e9ee67d1f7d67d9c1a9a99974d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 28 21:49:21 2019 +0100 patch 8.1.1064: no test for output conversion in the GTK GUI Problem: No test for output conversion in the GTK GUI. Solution: Add a simplistic test.
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Mar 2019 22:00:06 +0100
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 "$@"