view configure @ 17083:6641a15f999d v8.1.1541

patch 8.1.1541: check for ASAN is not reliable commit https://github.com/vim/vim/commit/bffc50494d52a3690cbbc5c7b34a835f9153184e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 15 16:34:21 2019 +0200 patch 8.1.1541: check for ASAN is not reliable Problem: Check for ASAN is not reliable. Solution: Check the version output. (Dominique Pelle, closes https://github.com/vim/vim/issues/4543)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 16:45: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 "$@"