view configure @ 22294:9368f75273d9 v8.2.1696

patch 8.2.1696: unused (duplicate) macros Commit: https://github.com/vim/vim/commit/2c12f890551bbdf5605472a4d711d48a273685d7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 16 17:30:27 2020 +0200 patch 8.2.1696: unused (duplicate) macros Problem: Unused (duplicate) macros. Solution: Remove the macros.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Sep 2020 17:45: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 "$@"