view src/configure @ 29303:b15485413b9a v8.2.5168

patch 8.2.5168: cannot build with Python 3.11 Commit: https://github.com/vim/vim/commit/fee511c1d39ecd155e27545cf70aeaa99d31b215 Author: Zdenek Dohnal <zdohnal@redhat.com> Date: Mon Jun 27 13:59:00 2022 +0100 patch 8.2.5168: cannot build with Python 3.11 Problem: Cannot build with Python 3.11. Solution: Adjust define for _PyObject_TypeCheck. (Zdenek Dohnal, closes #10627)
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Jun 2022 15:00:03 +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