view configure @ 17145:26941c50baf3 v8.1.1572

patch 8.1.1572: compiler warnings with tiny build commit https://github.com/vim/vim/commit/e9726e31feafebf3548990b686b810900a0bff43 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 19 18:01:21 2019 +0200 patch 8.1.1572: compiler warnings with tiny build Problem: Compiler warnings with tiny build. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Jun 2019 18:15: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 "$@"