view src/configure @ 12781:cd41d47e6033 v8.0.1268

patch 8.0.1268: PC install instructions are incomplete commit https://github.com/vim/vim/commit/3bf8c3c38ff0d24047e2f2979c07a349fb89e557 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 5 16:04:43 2017 +0100 patch 8.0.1268: PC install instructions are incomplete Problem: PC install instructions are incomplete. Solution: Update the instructions. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Nov 2017 16:15: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