view configure @ 6869:434c7e45274c

Added tag v7-4-754 for changeset 9798a98a1583
author Bram Moolenaar <bram@vim.org>
date Thu, 25 Jun 2015 13:57:37 +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 "$@"