view configure @ 15500:7ce4992e4ab7 v8.1.0758

patch 8.1.0758: font number is always one instead of the actual commit https://github.com/vim/vim/commit/500f36108031c75befb6a04cac2ceeb592d8cf00 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 16 22:15:11 2019 +0100 patch 8.1.0758: font number is always one instead of the actual Problem: Font number is always one instead of the actual. Solution: Use "%d" instead of "1". (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Jan 2019 22:30:08 +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 "$@"