view configure @ 31392:446cf0e93ed3 v9.0.1029

patch 9.0.1029: autoload directory missing from distribution Commit: https://github.com/vim/vim/commit/84dbf855fb2d883481f74ad0ccf3df3f8837e6bf Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 8 10:03:48 2022 +0000 patch 9.0.1029: autoload directory missing from distribution Problem: Autoload directory missing from distribution. Solution: Add the autoload/zig directory to the list of distributed files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 08 Dec 2022 11:15:04 +0100
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 "$@"