view configure @ 24523:71bd205c72f5 v8.2.2801

patch 8.2.2801: free Pascal makefile not recognized Commit: https://github.com/vim/vim/commit/f6d9935a13a7b37272ad71761d3d86b7f40c3d5f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 23 18:06:48 2021 +0200 patch 8.2.2801: free Pascal makefile not recognized Problem: Free Pascal makefile not recognized. Solution: Add the fpcmake filetype. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Apr 2021 18:15:04 +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 "$@"