view src/configure @ 15947:4aaf68cbed32 v8.1.0979

patch 8.1.0979: compiler warning for unused functions commit https://github.com/vim/vim/commit/1fa8fdd611b4b69d52baad68e9a7200e09258131 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 25 05:41:15 2019 +0100 patch 8.1.0979: compiler warning for unused functions Problem: Compiler warning for unused functions. (Yasuhiro Matsumoto) Solution: Adjust #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Feb 2019 05:45:04 +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