view configure @ 25676:0385bd4411b7 v8.2.3374

patch 8.2.3374: Pyret files are not recognized Commit: https://github.com/vim/vim/commit/eb05d05f8a049b32ba1b992074534ca4763e46b3 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 25 17:10:39 2021 +0200 patch 8.2.3374: Pyret files are not recognized Problem: Pyret files are not recognized. Solution: Recognize .arr files as Pyret. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Aug 2021 17:15:05 +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 "$@"