view configure @ 17640:c12c811695f7 v8.1.1817

patch 8.1.1817: github contribution text is incomplete commit https://github.com/vim/vim/commit/6f33b893c6c5f4881ca60e12cb81a3ec31eae7ab Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 4 23:22:08 2019 +0200 patch 8.1.1817: github contribution text is incomplete Problem: Github contribution text is incomplete. Solution: Update the text.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Aug 2019 23:30: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 "$@"