view src/configure @ 30573:c6b5eb07032a

Added tag v9.0.0621 for changeset d77e208d611d86f56c7367f85db8a4f6b8f1f83c
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Sep 2022 14:15:05 +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