view src/configure @ 12234:2b333727279d v8.0.0997

patch 8.0.0997 Problem: Libvterm and Terminal.app not regognized from termresponse. Solution: Adjust string compare. commit https://github.com/vim/vim/commit/e92246039475e504d7a05c27c81997d3700c7862 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 26 15:29:47 2017 +0200 patch 8.0.0997 Problem: Libvterm and Terminal.app not regognized from termresponse. Solution: Adjust string compare.
author Christian Brabandt <cb@256bit.org>
date Sat, 26 Aug 2017 15:30:05 +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