view src/configure @ 11287:e800e8149a5b v8.0.0529

patch 8.0.0529: line in test commented out commit https://github.com/vim/vim/commit/13489b9c41922b9ecb16fa47564ec76641515c08 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 30 22:20:29 2017 +0200 patch 8.0.0529: line in test commented out Problem: Line in test commented out. Solution: Uncomment the lines for character classes that were failing before 8.0.0519. (Dominique Pelle, closes #1599)
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Mar 2017 22: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