view configure @ 8976:7cbde3a1c69b

Added tag v7.4.1773 for changeset 9c097bfad6373441da8576bded0cb94273cf5f75
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Apr 2016 11:30:08 +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 "$@"