view configure @ 13564:a036c2cf4024 v8.0.1655

patch 8.0.1655: outdated gdb message in terminal debugger unclear commit https://github.com/vim/vim/commit/f3ba14ffd32faa1856a99cf657c426bf9d1204ae Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 29 18:29:51 2018 +0200 patch 8.0.1655: outdated gdb message in terminal debugger unclear Problem: Outdated gdb message in terminal debugger unclear. Solution: Specifically mention the required gdb version. Avoid getting stuck on pagination.
author Christian Brabandt <cb@256bit.org>
date Thu, 29 Mar 2018 18:30:09 +0200
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"