view configure @ 17924:dbe02cca67aa v8.1.1958

patch 8.1.1958: old style comments taking up space Commit: https://github.com/vim/vim/commit/c33083592846c8d4b2d6fae499536b9d578fe10d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 1 16:24:56 2019 +0200 patch 8.1.1958: old style comments taking up space Problem: Old style comments taking up space. Solution: Change to new style comments.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Sep 2019 16:30:03 +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 "$@"