Mercurial > vim
view configure @ 12738:bd24b59084a1 v8.0.1247
patch 8.0.1247: not easy to find Debian build info
commit https://github.com/vim/vim/commit/86b21bb3e7bc687fc74e127d78a89b411929716b
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Nov 2 18:10:00 2017 +0100
patch 8.0.1247: not easy to find Debian build info
Problem: Not easy to find Debian build info.
Solution: Add a badge in the README file. (Dominique Pelle)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 02 Nov 2017 18:15:04 +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 "$@"