view src/configure @ 15216:0fd814a309db

Added tag v8.1.0617 for changeset d99d068b996b8615724edf17de463f4bd380e056
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Dec 2018 18:00: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