view configure @ 23721:002fd1de0968 v8.2.2402

patch 8.2.2402: some filetypes not detected Commit: https://github.com/vim/vim/commit/8323cab31c3120a7f80cf3271a506a30ec04d99e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 24 15:25:56 2021 +0100 patch 8.2.2402: some filetypes not detected Problem: Some filetypes not detected. Solution: Detect Ruby Signature and Puppet related files. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Jan 2021 15: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 "$@"