view configure @ 20197:7e84afe0831e v8.2.0654

patch 8.2.0654: building with Python fails Commit: https://github.com/vim/vim/commit/a14bb7e1132377af60910402f1a9e4796297f5df Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 28 00:02:41 2020 +0200 patch 8.2.0654: building with Python fails Problem: Building with Python fails. Solution: Add missing argument.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Apr 2020 00: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 "$@"