view configure @ 12775:bda267b9fc68 v8.0.1265

patch 8.0.1265: swap test not skipped when there is one group commit https://github.com/vim/vim/commit/ad7dac85c3c90893e78e5463ca44b874082b482f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 4 22:21:21 2017 +0100 patch 8.0.1265: swap test not skipped when there is one group Problem: Swap test not skipped when there is one group. Solution: Convert list to string for the message.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Nov 2017 22:30:04 +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 "$@"