view configure @ 31900:e120f9c227e5 v9.0.1282

patch 9.0.1282: Ron files are not recognized Commit: https://github.com/vim/vim/commit/c8ef30bc2eaec956549510cd4b2efc96b7aee563 Author: Amaan Qureshi <amaanq12@gmail.com> Date: Sun Feb 5 14:47:46 2023 +0000 patch 9.0.1282: Ron files are not recognized Problem: Ron files are not recognized. Solution: Recognize Ron files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/11948)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Feb 2023 16:00:03 +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 "$@"