view src/configure @ 13489:24e8f9044bed v8.0.1618

patch 8.0.1618: color Grey50 is missing in the compiled-in table commit https://github.com/vim/vim/commit/ecadf4377f120200252e023ef6a9aa369e98850a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 20 11:17:04 2018 +0100 patch 8.0.1618: color Grey50 is missing in the compiled-in table Problem: Color Grey50, used for ToolbarLine, is missing in the compiled-in table. Solution: Add the color to the list. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Tue, 20 Mar 2018 11:30: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