view configure @ 31739:edfc3b562968

Added tag v9.0.1201 for changeset ad0712119bee1a84277830897f89014d187da492
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Jan 2023 17:00:05 +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 "$@"