view configure @ 17174:23609a6d8cc7 v8.1.1586

patch 8.1.1586: error number used in two places commit https://github.com/vim/vim/commit/b2cda0dd1d9c9e47e21c59b8d40845210ab83f69 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 24 05:06:36 2019 +0200 patch 8.1.1586: error number used in two places Problem: Error number used in two places. Solution: Renumber one. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Mon, 24 Jun 2019 05:15:05 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"