view configure @ 24549:dd87d08f86de v8.2.2814

patch 8.2.2814: Vim9: unused variable Commit: https://github.com/vim/vim/commit/b06b50dfa06e1cbefd634e2735e7cd5ddd5b911c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 26 21:39:25 2021 +0200 patch 8.2.2814: Vim9: unused variable Problem: Vim9: unused variable. (John Marriott) Solution: Adjust #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Mon, 26 Apr 2021 21:45:04 +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 "$@"