view src/configure @ 28257:6d2b5c2178e2 v8.2.4654

patch 8.2.4654: missing changes for import check Commit: https://github.com/vim/vim/commit/49d008d96b80d17e9770b066031aaaf9495761e2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 31 11:51:21 2022 +0100 patch 8.2.4654: missing changes for import check Problem: Missing changes for import check. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Mar 2022 13:00:03 +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