view src/configure @ 12810:e0dea10b30b6 v8.0.1282

patch 8.0.1282: script-local variable defined in the wrong script commit https://github.com/vim/vim/commit/cef7322d8a902b4655ed861489c4e798672074f0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 9 21:05:31 2017 +0100 patch 8.0.1282: script-local variable defined in the wrong script Problem: script-local variable defined in the wrong script Solution: Move variable to autoload/filetype.vim.
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Nov 2017 21: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