Mercurial > vim
view src/configure @ 5456:5c3064feddd7 v7.4.078
updated for version 7.4.078
Problem: MSVC 2013 is not supported.
Solution: Recognize and support MSVC 2013. (Ed Brown)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 08 Nov 2013 03:15:47 +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