view configure @ 17602:653ab352b019 v8.1.1798

patch 8.1.1798: warning for unused variable in tiny version commit https://github.com/vim/vim/commit/eda35f7127c6ac51573eda808687f6369c31ee2d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 3 14:59:44 2019 +0200 patch 8.1.1798: warning for unused variable in tiny version Problem: Warning for unused variable in tiny version. (Tony Mechelynck) Solution: Move inside #ifdef. Reformat code.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Aug 2019 15: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 "$@"