view src/configure @ 15312:cd0fdfe83217 v8.1.0664

patch 8.1.0664: configure "fail-if-missing" does not apply to enable-gui commit https://github.com/vim/vim/commit/af0839acec403379627a4bc50cbeca588344cea5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 30 22:55:47 2018 +0100 patch 8.1.0664: configure "fail-if-missing" does not apply to enable-gui Problem: Configure "fail-if-missing" does not apply to the enable-gui argument. (Rhialto) Solution: Make configure fail if a GUI was specifified and "fail-if-missing" is enabled and the GUI test fails.
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Dec 2018 23: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