view configure @ 28093:3fd6b3ebe0b7 v8.2.4571

patch 8.2.4571: not all gdb files are recognized Commit: https://github.com/vim/vim/commit/8d5e514d77bd4b1956656ad2be2ce7094bd43a72 Author: Jade Lovelace <software@lfcode.ca> Date: Tue Mar 15 12:00:23 2022 +0000 patch 8.2.4571: not all gdb files are recognized Problem: Not all gdb files are recognized. Solution: Add a few more patterns for gdb. (Jade Lovelace, closes https://github.com/vim/vim/issues/9956)
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Mar 2022 13:15:04 +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 "$@"