view src/configure @ 26524:c37950e3d740 v8.2.3791

patch 8.2.3791: build error with +cindent but without +smartindent Commit: https://github.com/vim/vim/commit/d2439e0443ee26931ab93874c05cc7f57e9af93d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 12 19:10:44 2021 +0000 patch 8.2.3791: build error with +cindent but without +smartindent Problem: Build error with +cindent but without +smartindent. Solution: Move declaration of "do_cindent". (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Dec 2021 20:15: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