view src/configure @ 16364:db8f57e3e9f5 v8.1.1187

patch 8.1.1187: cannot recognize Pipfile commit https://github.com/vim/vim/commit/3a4c53ba51c01b8fea68972453a71c55cf32edbe Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 19 23:33:14 2019 +0200 patch 8.1.1187: cannot recognize Pipfile Problem: Cannot recognize Pipfile. Solution: Use existing filetypes. (Charles Ross, closes https://github.com/vim/vim/issues/4280)
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Apr 2019 23:45:04 +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