view src/configure @ 29558:b14fe28768c0 v9.0.0120

patch 9.0.0120: MS-Windows GUI: cannot use AltGr + Space Commit: https://github.com/vim/vim/commit/6b568b1cc75e6c4d4a3ec95d7867c7a22e98eba1 Author: Anton Sharonov <anton.sharonov@gmail.com> Date: Sun Jul 31 12:26:05 2022 +0100 patch 9.0.0120: MS-Windows GUI: cannot use AltGr + Space Problem: MS-Windows GUI: cannot use AltGr + Space. Solution: Check for VK_MENU instead of VK_LMENU. (Anton Sharonov, closes #10820, closes #10753)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 Jul 2022 13:30:03 +0200
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