view src/configure @ 29453:decd0a51b99f v9.0.0068

patch 9.0.0068: build fails with tiny features Commit: https://github.com/vim/vim/commit/fe3fb6e1e6c90e9bada05518a13a72b3fc2f6a98 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 25 18:35:15 2022 +0100 patch 9.0.0068: build fails with tiny features Problem: Build fails with tiny features. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Jul 2022 19:45:02 +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