view src/configure @ 26400:d26bab4f6aca v8.2.3731

patch 8.2.3731: "set! termcap" shows codes in one column, but not keys Commit: https://github.com/vim/vim/commit/15a24f08987e3831be255333bb84b7bc9c00db24 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 3 20:43:24 2021 +0000 patch 8.2.3731: "set! termcap" shows codes in one column, but not keys Problem: "set! termcap" shows codes in one column, but not keys. Solution: Also use one column for keys. (closes https://github.com/vim/vim/issues/9258)
author Bram Moolenaar <Bram@vim.org>
date Fri, 03 Dec 2021 21:45:03 +0100
parents cd9471bd8e9e
children
line wrap: on
line source

#! /bin/sh
# run the automatically generated configure script
CONFIG_STATUS=auto/config.status \
	auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache
result=$?

# Stupid autoconf 2.5x causes this file to be left behind.
if test -f configure.lineno; then rm -f configure.lineno; fi

exit $result