view src/configure @ 16229:081522b02c2d v8.1.1119

patch 8.1.1119: no support for Windows on ARM64. commit https://github.com/vim/vim/commit/577fadfc100ff8fa569a34b89f5ad055ad726646 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 4 20:32:24 2019 +0200 patch 8.1.1119: no support for Windows on ARM64. Problem: No support for Windows on ARM64. Solution: Add ARM64 support (Leendert van Doorn)
author Bram Moolenaar <Bram@vim.org>
date Thu, 04 Apr 2019 20:45:04 +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