view configure @ 18238:545afb8a9207

Added tag v8.1.2113 for changeset d0dfb3b0fe3143ad00f5eff4c071cbd44eb63daf
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Oct 2019 11:45: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 "$@"