view configure @ 21829:21c552fb7da5 v8.2.1464

patch 8.2.1464: Vim9: build warning for unused variable Commit: https://github.com/vim/vim/commit/829ac868b7615d73dbfb536f7fcd44fc7c5b7c1d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 15 22:48:48 2020 +0200 patch 8.2.1464: Vim9: build warning for unused variable Problem: Vim9: build warning for unused variable. Solution: Delete the variable declaration.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Aug 2020 23:00:05 +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 "$@"