view src/configure @ 10642:c10f367d0dfc v8.0.0211

patch 8.0.0211: cannot build without the multi-byte feature commit https://github.com/vim/vim/commit/560379d7ae1bace259bbc29a275e73446346ce66 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 21 22:50:00 2017 +0100 patch 8.0.0211: cannot build without the multi-byte feature Problem: Build fails if the multi-byte feature is disabled. Solution: Change #ifdef around ins_char_bytes.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Jan 2017 23:00: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