view configure @ 27553:0ea5147a95f7 v8.2.4303

patch 8.2.4303: a few messages should not be translated Commit: https://github.com/vim/vim/commit/cd53eed2c55f2256008962965b1de1d1df76d535 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat Feb 5 18:53:06 2022 +0000 patch 8.2.4303: a few messages should not be translated Problem: A few messages should not be translated. Solution: Remove _(). (Dominique Pell?, closes https://github.com/vim/vim/issues/9702)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Feb 2022 20:00: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 "$@"