view configure @ 29616:ff849d59173b

Added tag v9.0.0148 for changeset bab343b21da850a6de2a2491430eb43f237565c4
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 Aug 2022 22:45:04 +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 "$@"