view configure @ 28563:0e4c2e79baac

Added tag v8.2.4805 for changeset e96111a91a2185019683bfec1bca00ff72c27eed
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Apr 2022 21:15: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 "$@"