view src/configure @ 13420:f80abb797a32 v8.0.1584

patch 8.0.1584: using C99 in Mac file gives compiler warning messages commit https://github.com/vim/vim/commit/f536bf6d4518e2c66e635e39820d53f672021d87 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 6 17:55:01 2018 +0100 patch 8.0.1584: using C99 in Mac file gives compiler warning messages Problem: Using C99 in Mac file gives compiler warning messages. Solution: Add #prama's to avoid the warnings. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Mar 2018 18:00:07 +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