view src/configure @ 26807:c1e083481f5d v8.2.3932

patch 8.2.3932: C line comment not formatted properly Commit: https://github.com/vim/vim/commit/264d3ddac0f9474816c20a0e92014d6f7f4b08ac Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 29 14:09:32 2021 +0000 patch 8.2.3932: C line comment not formatted properly Problem: C line comment not formatted properly. Solution: If a line comment follows after "#if" the next line is not the end of a paragraph.
author Bram Moolenaar <Bram@vim.org>
date Wed, 29 Dec 2021 15:15:03 +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