view src/configure @ 18678:cb4a4b71df4a

Added tag v8.1.2330 for changeset 953e83e09e7847b87f1538e82e505b37ae73af1b
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Nov 2019 21:00:05 +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