view configure @ 28760:fd565f12ef9c

Added tag v8.2.4904 for changeset 8bb342f944d31c9883f4349ad9c0790d94f08c05
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 May 2022 14:15:03 +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 "$@"