view configure @ 16421:405c5cbf8051 v8.1.1215

patch 8.1.1215: "make clean" does not remove generated src/po files commit https://github.com/vim/vim/commit/49543fbcedb19a1db0d2144737efc0266057ff1d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 27 18:32:31 2019 +0200 patch 8.1.1215: "make clean" does not remove generated src/po files Problem: "make clean" does not remove generated src/po files. Solution: Remove the files for "make clean". (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Apr 2019 18:45:04 +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 "$@"