view configure @ 31958:b08c410578a5 v9.0.1311

patch 9.0.1311: Coverity warns for using a NULL pointer Commit: https://github.com/vim/vim/commit/339e114d70de3ec2b36edf37d7ba7a7cfdf9d1a6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 15 14:26:25 2023 +0000 patch 9.0.1311: Coverity warns for using a NULL pointer Problem: Coverity warns for using a NULL pointer. Solution: Use "empty_option" instead of NULL.
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Feb 2023 15:30:05 +0100
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 "$@"