view src/configure @ 10408:401dbd352fd6 v8.0.0098

commit https://github.com/vim/vim/commit/58c358753ef47e217e18c0bf8a2fca9d1ea23a8e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 24 17:33:17 2016 +0100 patch 8.0.0098 Problem: Can't build on MS-Windows. Solution: Add missing parenthesis.
author Christian Brabandt <cb@256bit.org>
date Thu, 24 Nov 2016 17:45:04 +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