view configure @ 29806:0d9d890661fc v9.0.0242

patch 9.0.0242: "make install" still fails Commit: https://github.com/vim/vim/commit/171c683237149262665135c7d5841a89bb156f53 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 21 22:20:20 2022 +0100 patch 9.0.0242: "make install" still fails Problem: "make install" still fails. (Wilhelm Payne) Solution: Also add the directory to installrtbase. (Dominique Pell?)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Aug 2022 23:30: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 "$@"