view configure @ 27253:da5b8e1405c6 v8.2.4155

patch 8.2.4155: translating strftime() argument results in check error Commit: https://github.com/vim/vim/commit/7e93577a957e4f402bb690c4c8629fd831e24a9d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 20 14:25:57 2022 +0000 patch 8.2.4155: translating strftime() argument results in check error Problem: Translating strftime() argument results in check error. Solution: Add gettext comment.
author Bram Moolenaar <Bram@vim.org>
date Thu, 20 Jan 2022 15:30:05 +0100
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 "$@"