view configure @ 17592:3e46860fd4c9 v8.1.1793

patch 8.1.1793: mixed comment style in globals commit https://github.com/vim/vim/commit/1ccaa35abf0706de3516b3013fe12964abada079 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 2 22:08:25 2019 +0200 patch 8.1.1793: mixed comment style in globals Problem: Mixed comment style in globals. Solution: Use // comments where appropriate.
author Bram Moolenaar <Bram@vim.org>
date Fri, 02 Aug 2019 22:15:04 +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 "$@"