view src/configure @ 29393:9fed09b3ca05 v9.0.0039

patch 9.0.0039: not all systems have GDK_KEY_dead_circumflex Commit: https://github.com/vim/vim/commit/4c99e622ddd1cc0527262fda3b93e8e70f017371 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 4 19:58:17 2022 +0100 patch 9.0.0039: not all systems have GDK_KEY_dead_circumflex Problem: Not all systems have GDK_KEY_dead_circumflex. (Hisashi T Fujinaka) Solution: Add an #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Jul 2022 21:00:02 +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