view src/configure @ 8414:8c888844de9c v7.4.1498

commit https://github.com/vim/vim/commit/2588b5a43f049ddf542991050260237051caad77 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 5 23:23:02 2016 +0100 patch 7.4.1498 Problem: Error for locked item when using json_decode(). (Shougo) Solution: Initialize v_lock.
author Christian Brabandt <cb@256bit.org>
date Sat, 05 Mar 2016 23:30: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