view src/configure @ 30335:bff0506a0911 v9.0.0503

patch 9.0.0503: build failure Commit: https://github.com/vim/vim/commit/65449bd1ee5cebde288a8f0150fe7d54c6c6ef31 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 19 16:02:43 2022 +0100 patch 9.0.0503: build failure Problem: Build failure. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Mon, 19 Sep 2022 17:15:03 +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