view configure @ 23462:666119b42a8c v8.2.2274

patch 8.2.2274: badge for Travis is outdated Commit: https://github.com/vim/vim/commit/2f91e2f8da572123e53ae7579dde57c750137def Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 2 16:06:44 2021 +0100 patch 8.2.2274: badge for Travis is outdated Problem: badge for Travis is outdated. Solution: Update badge for move from travis-ci.org to travis-ci.com.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jan 2021 16:15:03 +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 "$@"