view configure @ 10460:7fd589f46801 v8.0.0123

commit https://github.com/vim/vim/commit/a899e6ecc4523c7e411eaf6fbaa4197d70f6f39e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 3 16:40:51 2016 +0100 patch 8.0.0123 Problem: Modern Sun compilers define "__sun" instead of "sun". Solution: Use __sun. (closes https://github.com/vim/vim/issues/1296)
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Dec 2016 16:45:04 +0100
parents cd9471bd8e9e
children a1ca6778da49
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && exec ./configure "$@"