view src/configure @ 10299:7b2f95633e28 v8.0.0046

commit https://github.com/vim/vim/commit/7756e7465d627ff9cd01e59625484a8c302ef853 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 21 20:35:37 2016 +0200 patch 8.0.0046 Problem: Using NUL instead of NULL. Solution: Change to NULL. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Fri, 21 Oct 2016 22: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