view configure @ 11040:fde2cdef6b97 v8.0.0409

patch 8.0.0409: set_progpath is defined but not always used commit https://github.com/vim/vim/commit/595297d6d5658266dd0574361f77f7832bb18e26 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 4 19:11:12 2017 +0100 patch 8.0.0409: set_progpath is defined but not always used Problem: set_progpath is defined but not always used Solution: Adjust #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Mar 2017 19:15: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 "$@"