view configure @ 25899:076f9b8e9632 v8.2.3483

patch 8.2.3483: #ifdef for using sysinfo() is incomplete Commit: https://github.com/vim/vim/commit/e2982d691186c8a9b16ecc8d831d2472088c8ed8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 6 11:27:21 2021 +0100 patch 8.2.3483: #ifdef for using sysinfo() is incomplete Problem: #ifdef for using sysinfo() is incomplete. Solution: Also check for HAVE_SYSINFO. Make autoconf check use TRY_LINK. (closes #8952)
author Bram Moolenaar <Bram@vim.org>
date Wed, 06 Oct 2021 12:30:05 +0200
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"