view configure @ 17454:37afc0146eab v8.1.1725

patch 8.1.1725: MS-Windows: E325 message may use incorrect date format commit https://github.com/vim/vim/commit/663bbc09babea1ff8dfa7ccd58801ac9219fc2b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 21 15:23:35 2019 +0200 patch 8.1.1725: MS-Windows: E325 message may use incorrect date format Problem: MS-Windows: E325 message may use incorrect date format. Solution: Convert strftime() result to 'encoding'. Also make the message translatable. (Ken Takata, closes #4685, closes #4681)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Jul 2019 15:30:04 +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 "$@"