view configure @ 30148:d8560d2c1f30 v9.0.0410

patch 9.0.0410: struct member cts_lnum is unused Commit: https://github.com/vim/vim/commit/d7633114af2365e32080b61af473db347a3489c2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 7 20:01:17 2022 +0100 patch 9.0.0410: struct member cts_lnum is unused Problem: Struct member cts_lnum is unused. Solution: Delete it.
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 21:15: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 "$@"