Mercurial > vim
view src/configure @ 7462:eb7b199f3d01 v7.4.1034
commit https://github.com/vim/vim/commit/aac624bacd4be0c5a8e603dac9020f4a754c9c9c
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 2 21:31:39 2016 +0100
patch 7.4.1034
Problem: There is no test for the 'backspace' option behavior.
Solution: Add a test. (Hirohito Higashi)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 02 Jan 2016 21:45: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