view configure @ 15136:1f3fe26f8e3f v8.1.0578

patch 8.1.0578: cannot disable arabic, rightleft and farsi in configure commit https://github.com/vim/vim/commit/5c5697f29829fc3b21fc5452fe8f239f6a4cb8e1 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 12 20:34:09 2018 +0100 patch 8.1.0578: cannot disable arabic, rightleft and farsi in configure Problem: Cannot disable arabic, rightleft and farsi in configure. Solution: Add configur flags. (Diego Fernando Carri?n, closes https://github.com/vim/vim/issues/1867)
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Dec 2018 20:45:06 +0100
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 "$@"