view configure @ 21262:f90a8e001d61

Added tag v8.2.1181 for changeset 018339de3099b87ab26adac318b16864e8cf0445
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Jul 2020 14:30:06 +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 "$@"