view src/configure @ 31291:16fc80710970 v9.0.0979

patch 9.0.0979: ch_log() text can be hard to find in the log file Commit: https://github.com/vim/vim/commit/4f501171f7ba8fe3d24c7e5bf5fcec5b5f246df1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 1 11:02:23 2022 +0000 patch 9.0.0979: ch_log() text can be hard to find in the log file Problem: ch_log() text can be hard to find in the log file. Solution: Prepend "ch_log()" to the text.
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Dec 2022 12:15:05 +0100
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