view src/configure @ 9345:96a248eddf5f v7.4.1954

commit https://github.com/vim/vim/commit/d388d2ac8bf8c770bf97dc406e99a20ba5104855 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 26 16:24:20 2016 +0200 patch 7.4.1954 Problem: No test for what 7.4.1948 fixes. Solution: Add a test. (Hirohito Higashi, closes https://github.com/vim/vim/issues/880)
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Jun 2016 16:30:09 +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