view src/configure @ 28146:483a8d6cf8b0 v8.2.4597

patch 8.2.4597: LuaV_debug() not covered by tests Commit: https://github.com/vim/vim/commit/b6643d10d39c493951a6bbf3264003d35adeb811 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Mar 20 11:46:01 2022 +0000 patch 8.2.4597: LuaV_debug() not covered by tests Problem: LuaV_debug() not covered by tests. Solution: Add a test. (Dominique Pell?, closes https://github.com/vim/vim/issues/9980)
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Mar 2022 13:00:02 +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