view src/configure @ 17636:1687c8935ab6 v8.1.1815

patch 8.1.1815: duplicating info for internal functions commit https://github.com/vim/vim/commit/7a4ea1df2f85e00286c49db1145e3a38b35557f4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 4 21:35:12 2019 +0200 patch 8.1.1815: duplicating info for internal functions Problem: Duplicating info for internal functions. Solution: Use one table to list internal functions.
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Aug 2019 21: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