view configure @ 21670:3f178cab17aa v8.2.1385

patch 8.2.1385: no testing on ARM Commit: https://github.com/vim/vim/commit/de6804d871def4d8973ef3ca3eece4155a5c3ab1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 7 18:33:19 2020 +0200 patch 8.2.1385: no testing on ARM Problem: No testing on ARM. Solution: Add a test on Travis for ARM. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/6615)
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Aug 2020 18:45:05 +0200
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 "$@"