view configure @ 18559:f983bf313b4d

Added tag v8.1.2273 for changeset e5ef5d820b5bea54365de705700112ea9ecdd3dc
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Nov 2019 15:45:05 +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 "$@"