view configure @ 29680:955026042e45 v9.0.0180

patch 9.0.0180: stray logfile appears when running tests Commit: https://github.com/vim/vim/commit/ef257e7bd1850f34dd54382222b0e7537cf234bf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 9 19:30:19 2022 +0100 patch 9.0.0180: stray logfile appears when running tests Problem: Stray logfile appears when running tests. Solution: Remove ch_logfile() calls.
author Bram Moolenaar <Bram@vim.org>
date Tue, 09 Aug 2022 20:45:03 +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 "$@"