view src/configure @ 15302:7f42b06b2f72 v8.1.0659

patch 8.1.0659: build failure without the sign feature commit https://github.com/vim/vim/commit/ced198d4b4efae75417e4366354679db2d0ec68e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 29 20:04:40 2018 +0100 patch 8.1.0659: build failure without the sign feature Problem: Build failure without the sign feature. Solution: Put the sign struct declarations outside of the #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Dec 2018 20:15:05 +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