view src/configure @ 14313:37ed47b58f54 v8.1.0172

patch 8.1.0172: 'viminfofile' option does not behave like a file name commit https://github.com/vim/vim/commit/c229e54a69468722ca2449e807e90445b7479659 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 8 21:46:56 2018 +0200 patch 8.1.0172: 'viminfofile' option does not behave like a file name Problem: 'viminfofile' option does not behave like a file name. Solution: Add the P_EXPAND flag. (closes https://github.com/vim/vim/issues/3178)
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Jul 2018 22:00: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