view configure @ 16557:86e69ed040e3 v8.1.1282

patch 8.1.1282: running make in src/po leaves LINGUAS file behind commit https://github.com/vim/vim/commit/91882cf712119794b5d658bcb10d15dd2fad73ba Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 5 21:01:51 2019 +0200 patch 8.1.1282: running make in src/po leaves LINGUAS file behind Problem: Running make in src/po leaves LINGUAS file behind. (Ken Takata) Solution: Delete LINGUAS after running msgfmt.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 21:15:05 +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 "$@"