view configure @ 28631:198a2caa8ac2 v8.2.4839

patch 8.2.4839: compiler warning for unused argument Commit: https://github.com/vim/vim/commit/0a748d91846a4c3422975acc0af78c806623c191 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 28 15:39:08 2022 +0100 patch 8.2.4839: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add "UNUSED".
author Bram Moolenaar <Bram@vim.org>
date Thu, 28 Apr 2022 16:45:02 +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 "$@"