view configure @ 11358:a6b9cdcde548 v8.0.0564

patch 8.0.0564: cannot detect Bazel BUILD files on some systems commit https://github.com/vim/vim/commit/39170e2d9761345df4be67d4d3928ac1094b9adf Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 15 14:36:07 2017 +0200 patch 8.0.0564: cannot detect Bazel BUILD files on some systems Problem: Cannot detect Bazel BUILD files on some systems. Solution: Check for BUILD after script checks. (Issue https://github.com/vim/vim/issues/1340)
author Christian Brabandt <cb@256bit.org>
date Sat, 15 Apr 2017 14:45:05 +0200
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 "$@"