view configure @ 29578:e64e9ba15acc

Update runtime files Commit: https://github.com/vim/vim/commit/05a8061eecd9969ee6cde008f54ded77462b649e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 1 15:09:53 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Aug 2022 16:15:04 +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 "$@"