view configure @ 18783:ee76aada926d

Missing change to version.c
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Dec 2019 08:23:21 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"