view configure @ 31548:0b9737689389

Added tag v9.0.1106 for changeset a48b559cdfc4c1851c34aef55ca25c85257c2ff6
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Dec 2022 21:30: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 "$@"