view src/configure @ 12738:bd24b59084a1 v8.0.1247

patch 8.0.1247: not easy to find Debian build info commit https://github.com/vim/vim/commit/86b21bb3e7bc687fc74e127d78a89b411929716b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 2 18:10:00 2017 +0100 patch 8.0.1247: not easy to find Debian build info Problem: Not easy to find Debian build info. Solution: Add a badge in the README file. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Nov 2017 18:15: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