view src/configure @ 15720:600c2a9024a2

Added tag v8.1.0867 for changeset 3f92851b9a57ea4bca365d4ebab94b88cd4b8349
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Feb 2019 22:15:13 +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