view src/configure @ 30554:eaa79e688fb8 v9.0.0612

patch 9.0.0612: blockedit test passes with wrong result Commit: https://github.com/vim/vim/commit/47da934844afec7b04d94e0d1f8cf0a86e1b9bea Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 27 22:18:13 2022 +0100 patch 9.0.0612: blockedit test passes with wrong result Problem: Blockedit test passes with wrong result. Solution: Add a "vim9script" line to make indenting work.
author Bram Moolenaar <Bram@vim.org>
date Tue, 27 Sep 2022 23: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