view src/configure @ 23521:0ef920a03380 v8.2.2303

patch 8.2.2303: Vim9: backtick expansion doesn't work for :foldopen Commit: https://github.com/vim/vim/commit/ecac591cce23919059a5d93ed2e94541b1be99b5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 5 19:23:28 2021 +0100 patch 8.2.2303: Vim9: backtick expansion doesn't work for :foldopen Problem: Vim9: backtick expansion doesn't work for :foldopen. Solution: Do recognize backtick expansion. (closes https://github.com/vim/vim/issues/7621)
author Bram Moolenaar <Bram@vim.org>
date Tue, 05 Jan 2021 19:30:04 +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