view src/configure @ 26968:014c9414ce02 v8.2.4013

patch 8.2.4013: build failure without the spell feature Commit: https://github.com/vim/vim/commit/e60b3c47d701e73ecbadb1b9a12bf82010cadae8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 5 20:40:34 2022 +0000 patch 8.2.4013: build failure without the spell feature Problem: Build failure without the spell feature. Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Jan 2022 21:45: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