view configure @ 18142:6243a1690929

Added tag v8.1.2065 for changeset 2cc67e54edf8a150e45953496fc397a82d012a30
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Sep 2019 14:15:05 +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 "$@"