view configure @ 17668:923154c51bef v8.1.1831

patch 8.1.1831: confusing skipped message commit https://github.com/vim/vim/commit/2514315fc2530170ad7681e45e2b6d1f0680c9eb Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 9 14:13:57 2019 +0200 patch 8.1.1831: confusing skipped message Problem: Confusing skipped message. Solution: Drop "run" from "run start the GUI".
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Aug 2019 14: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 "$@"