view configure @ 19641:73b2c928a8aa

patch 8.2.0377: no CI test for a big-endian system Commit: https://github.com/vim/vim/commit/d47e6f0b4cc82e3ccdc4605bb1811861a5b2d115 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 13 15:44:49 2020 +0100 patch 8.2.0377: no CI test for a big-endian system Problem: No CI test for a big-endian system. Solution: Test with s390x. (James McCoy, closes https://github.com/vim/vim/issues/5772)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Mar 2020 15:45:06 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"