view configure @ 30263:568ec1c3c34b v9.0.0467

patch 9.0.0467: build failure Commit: https://github.com/vim/vim/commit/d3922afbd6f56e82c7b5fd7a7ebc0769e416cae8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 14 22:30:59 2022 +0100 patch 9.0.0467: build failure Problem: Build failure. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Wed, 14 Sep 2022 23:45: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 "$@"