view configure @ 14292:f331b62627db v8.1.0162

patch 8.1.0162: Danish and German man pages are not installed commit https://github.com/vim/vim/commit/08505312fe1ad3b843f95282bff9b0fbbbea508d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 7 22:26:54 2018 +0200 patch 8.1.0162: Danish and German man pages are not installed Problem: Danish and German man pages are not installed. (Tony Mechelynck) Solution: Adjust the makefile
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Jul 2018 22: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 "$@"