view src/configure @ 8812:5d8c3d12b288

commit https://github.com/vim/vim/commit/8e77bad3c18245f05a3db3acc566856d30667db8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 2 15:32:45 2016 +0200 Add json_test to gitignore (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Apr 2016 15: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