view configure @ 18806:e966de1d0376 v8.1.2391

patch 8.1.2391: cannot build when __QNXNTO__ is defined Commit: https://github.com/vim/vim/commit/c95e8d649045add4e77b423bc159dc0d845af559 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 5 18:35:44 2019 +0100 patch 8.1.2391: cannot build when __QNXNTO__ is defined Problem: Cannot build when __QNXNTO__ is defined. (Ian Wayne Larson) Solution: Move the check for "qansi". (Ken Takata, closes https://github.com/vim/vim/issues/5317)
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Dec 2019 18:45:03 +0100
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 "$@"