view src/configure @ 13714:84e96a40b7ca v8.0.1729

patch 8.0.1729: no comma after last enum item commit https://github.com/vim/vim/commit/ea3ece405ab55f44018257bd2f5021231af8e87f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 17 20:14:39 2018 +0200 patch 8.0.1729: no comma after last enum item Problem: No comma after last enum item. Solution: Add a few commas to check if this works for all compilers. Also add a few // comments.
author Christian Brabandt <cb@256bit.org>
date Tue, 17 Apr 2018 20:15:07 +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