view src/configure @ 13052:16b241634614 v8.0.1401

patch 8.0.1401: cannot build with GTK but without XIM commit https://github.com/vim/vim/commit/cb89c98c264b0fe9fd26e3501eab5a062e57c064 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 17 21:54:55 2017 +0100 patch 8.0.1401: cannot build with GTK but without XIM Problem: Cannot build with GTK but without XIM. (Guido) Solution: Adjust #ifdef. (closes https://github.com/vim/vim/issues/2461)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Dec 2017 22:00:06 +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