view configure @ 21431:8e19c509a4bf v8.2.1266

patch 8.2.1266: Makefile preference were accidentally included Commit: https://github.com/vim/vim/commit/bc6fcbe4ce52bc48c3d77b24086acc61ed3333bc Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 21 22:34:41 2020 +0200 patch 8.2.1266: Makefile preference were accidentally included Problem: Makefile preference were accidentally included. Solution: Revert the Makefile changes.
author Bram Moolenaar <Bram@vim.org>
date Tue, 21 Jul 2020 22: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 "$@"