view configure @ 16468:045ab97fe320 v8.1.1238

patch 8.1.1238: MS-Windows: compiler warning for sprintf() format commit https://github.com/vim/vim/commit/a0e67fc1663c9d5317022ea3bf252e08574c9f6f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 29 21:46:26 2019 +0200 patch 8.1.1238: MS-Windows: compiler warning for sprintf() format Problem: MS-Windows: compiler warning for sprintf() format. Solution: Change %d to %ld. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Apr 2019 22:00:04 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"