view src/configure @ 15906:f581167d59bf v8.1.0959

patch 8.1.0959: sorting large numbers is not tested commit https://github.com/vim/vim/commit/a25e3d06956f1bc11c68fe60149acce2d8547092 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 20 22:19:05 2019 +0100 patch 8.1.0959: sorting large numbers is not tested Problem: Sorting large numbers is not tested and does not work properly. Solution: Add test. Fix comparing lines with and without a number. (Dominique Pelle, closes #4017)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Feb 2019 22:30:07 +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