view configure @ 18641:b288ef9327ac

Added tag v8.1.2312 for changeset b9240fe40dd407cb45b6f6ebf71eec74beec2c9b
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Nov 2019 16:30:04 +0100
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 "$@"