view configure @ 17272:2342d5e500ec v8.1.1635

patch 8.1.1635: warnings for unused variables in small version commit https://github.com/vim/vim/commit/b4d9b893d3c7af24b5adf4ae0475ada32d36f5ad Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 4 22:59:06 2019 +0200 patch 8.1.1635: warnings for unused variables in small version Problem: Warnings for unused variables in small version. (John Marriott) Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Jul 2019 23:00:06 +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 "$@"