view src/configure @ 21457:26bdc67a3918 v8.2.1279

patch 8.2.1279: some tests on Travis have EXITFREE duplicated Commit: https://github.com/vim/vim/commit/8d5f6af5e5a5edfd3fa95f33540c204f4e74331e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 23 15:50:40 2020 +0200 patch 8.2.1279: some tests on Travis have EXITFREE duplicated Problem: Some tests on Travis have EXITFREE duplicated. Solution: Remove EXITFREE from shadowopt. Add "shadow" to job name.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jul 2020 16:00:03 +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