view configure @ 15733:d2f0154a44f5 v8.1.0874

patch 8.1.0874: using old style comments in new file commit https://github.com/vim/vim/commit/9c46efd7dc57c1a8eae5137d05c7e67c4f82c3d7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 4 20:30:18 2019 +0100 patch 8.1.0874: using old style comments in new file Problem: Using old style comments in new file. Solution: Convert to // comments in new file. (Yegappan Lakshmanan)
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Feb 2019 20:45:06 +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 "$@"