view configure @ 9035:08854bb267b2 v7.4.1803

commit https://github.com/vim/vim/commit/0b6cf69c038b9af198542edc349ebe8e53a8f847 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 30 13:26:14 2016 +0200 patch 7.4.1803 Problem: GTK3 doesn't handle menu separaters properly. Solution: Use gtk_separator_menu_item_new(). (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Apr 2016 13:30:05 +0200
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 "$@"