view src/configure @ 28797:255df85d2acd

Added tag v8.2.4922 for changeset 7c1a884495e5c8c74e4db1d31a24b67c4bb0e53c
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 May 2022 00:00:04 +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