view configure @ 13938:b9db0bc9b8f9 v8.0.1839

patch 8.0.1839: script to check .po file doesn't check for plural header commit https://github.com/vim/vim/commit/9cfc7d885cb3bf37362b11df19a38992893fb385 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 13 22:37:03 2018 +0200 patch 8.0.1839: script to check .po file doesn't check for plural header Problem: Script to check .po file doesn't check for plural header. Solution: Add a check that the plural header is present when needed.
author Christian Brabandt <cb@256bit.org>
date Sun, 13 May 2018 22:45:07 +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 "$@"