view configure @ 8244:acc8029e530f v7.4.1415

commit https://github.com/vim/vim/commit/84f4996d2ab2982006d79ee69df4688c966bf8e8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 24 22:27:05 2016 +0100 patch 7.4.1415 Problem: Dropped the skip-tags setting. Solution: Put it back.
author Christian Brabandt <cb@256bit.org>
date Wed, 24 Feb 2016 22:30: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 "$@"