view src/configure @ 12670:d348256f04d1 v8.0.1213

patch 8.0.1213: setting 'mzschemedll' has no effect commit https://github.com/vim/vim/commit/2e4cb3b042faba5efc9b5a8b4f86942a417494ce Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 22 21:11:17 2017 +0200 patch 8.0.1213: setting 'mzschemedll' has no effect Problem: Setting 'mzschemedll' has no effect. Solution: Move loading .vimrc to before call to mzscheme_main().
author Christian Brabandt <cb@256bit.org>
date Sun, 22 Oct 2017 21:15: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