view configure @ 17260:9d5a97ea1871

Added tag v8.1.1629 for changeset 6dbb9b3c53e2a3a7296552dcdd4032e94d9c399e
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jul 2019 17:15: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 "$@"