view configure @ 32322:8d73e57dd491

Added tag v9.0.1492 for changeset b9a8d1c453e1da24172d2099ede7ad5d8277a7e7
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Apr 2023 17:30:06 +0200
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 "$@"