view configure @ 20150:1e76da634877 v8.2.0630

patch 8.2.0630: "make tags" does not cover Haiku GUI file Commit: https://github.com/vim/vim/commit/7714d7b31f0fc7c717c97abd4a8b5cbb13a3ad31 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 24 21:21:06 2020 +0200 patch 8.2.0630: "make tags" does not cover Haiku GUI file Problem: "make tags" does not cover Haiku GUI file. Solution: Add *.cc files.
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Apr 2020 21:30:03 +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 "$@"