view configure @ 17830:e8805fbb60a3

Added tag v8.1.1911 for changeset 1090d6637cfdb5e64191be49ea8887c8bdb1d075
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Aug 2019 22:30: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 "$@"