view configure @ 17656:2adce9da20d8

Added tag v8.1.1825 for changeset 8f82b1ec99b75fd2084c253c8ea1cedf8ca9a1f7
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Aug 2019 21:45: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 "$@"