view configure @ 10753:4961e7acdd8c v8.0.0266

patch 8.0.0266: compiler warning for using uninitialized variable commit https://github.com/vim/vim/commit/c625155ea42da2d7cefd853837f18115713b439c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 29 21:42:20 2017 +0100 patch 8.0.0266: compiler warning for using uninitialized variable Problem: Compiler warning for using uninitialized variable. Solution: Set tab_number also when there is an error.
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Jan 2017 21:45:05 +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 "$@"