view configure @ 16464:9bb2192a7c95 v8.1.1236

patch 8.1.1236: sjiscorr.c not found in shadow directory commit https://github.com/vim/vim/commit/fe368edcc00f2294e43531f72c2569aaf5964821 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 29 20:30:54 2019 +0200 patch 8.1.1236: sjiscorr.c not found in shadow directory Problem: sjiscorr.c not found in shadow directory. (Tony Mechelynck) Solution: Link po/*.c files with "make shadow".
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 Apr 2019 20:45: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 "$@"