view configure @ 8194:265bcedffc15 v7.4.1390

commit https://github.com/vim/vim/commit/33c31d5abf122806a4a1b4353e5bdc1dbb9468c0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 22 21:07:06 2016 +0100 patch 7.4.1390 Problem: When building with GTK and glib-compile-resources cannot be found building Vim fails. (Michael Gehring) Solution: Make GLIB_COMPILE_RESOURCES empty instead of leaving it at "no". (nuko8, closes #655)
author Christian Brabandt <cb@256bit.org>
date Mon, 22 Feb 2016 21:15:05 +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 "$@"