view src/configure @ 17640:c12c811695f7 v8.1.1817

patch 8.1.1817: github contribution text is incomplete commit https://github.com/vim/vim/commit/6f33b893c6c5f4881ca60e12cb81a3ec31eae7ab Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 4 23:22:08 2019 +0200 patch 8.1.1817: github contribution text is incomplete Problem: Github contribution text is incomplete. Solution: Update the text.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Aug 2019 23:30:05 +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