view configure @ 17011:c228bdff551a

Added tag v8.1.1505 for changeset 9d9b637b35a99e69a8e54311a74427df9d53e6f5
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Jun 2019 14:45:09 +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 "$@"