view src/configure @ 33671:20d09cced45f v9.0.2073

patch 9.0.2073: typo in quickfix.c comments Commit: https://github.com/vim/vim/commit/b0221819f3f7cf5cd526338070ea30b59d69315b Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Oct 26 23:15:44 2023 +0200 patch 9.0.2073: typo in quickfix.c comments Problem: typo in quickfix.c comments Solution: fix them closes: #13422 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
author Christian Brabandt <cb@256bit.org>
date Thu, 26 Oct 2023 23:30: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