view configure @ 17703:6d74651e8dca

Added tag v8.1.1848 for changeset ba18f78c8529e76e8cf9d51957887de767d96c75
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Aug 2019 21:00: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 "$@"