view configure @ 26447:f04968207797

Add Huntr badge. Commit: https://github.com/vim/vim/commit/3e55a973b5cab5823335e24b7e4885429c885921 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 6 15:13:31 2021 +0000 Add Huntr badge.
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Dec 2021 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 "$@"