view configure @ 17373:c7763af24f8d v8.1.1685

patch 8.1.1685: missing file in distributed file list commit https://github.com/vim/vim/commit/a099da357248b48e0a78bc5675c5dd222b557bf1 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 13 23:06:26 2019 +0200 patch 8.1.1685: missing file in distributed file list Problem: Missing file in distributed file list. Solution: Add profiling.pro
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Jul 2019 23: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 "$@"