view src/configure @ 19251:158d4eeba201 v8.2.0184

patch 8.2.0184: blob test fails Commit: https://github.com/vim/vim/commit/92be6e3f46120bb8e6c8fca0a7868a08df8b3345 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 30 19:39:04 2020 +0100 patch 8.2.0184: blob test fails Problem: Blob test fails. Solution: Check for different error when float feature is missing.
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 Jan 2020 19:45:03 +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