view src/configure @ 13640:4ee47b5f2640 v8.0.1692

patch 8.0.1692: Python may not work when using statically linked library commit https://github.com/vim/vim/commit/3a21d9c7bb4d58cccd2152e319daa8f8ffa2e664 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 10 20:26:20 2018 +0200 patch 8.0.1692: Python may not work when using statically linked library Problem: Python may not work when using statically linked library . Solution: Do not define PYTHON_HOME and PYTHON3_HOME in configure if the Python library is linked statically.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Apr 2018 20:30:06 +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