view configure @ 17319:f0ecd01d17ab

Added tag v8.1.1658 for changeset a7d1cd2ea886faf90318b70540df3198f3faaa42
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jul 2019 16:30:07 +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 "$@"