view configure @ 32089:0e974e1aeb82

Added tag v9.0.1375 for changeset cdab211f342ad3f295efe8890bf9c58c36b3fdb3
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Mar 2023 16:15:04 +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 "$@"