view configure @ 15444:b6224857db6f v8.1.0730

patch 8.1.0730: compiler warning for get_buf_arg() unused commit https://github.com/vim/vim/commit/ec9d3001cf6fb4ffe142d34762c774e0066de6bb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 12 13:50:31 2019 +0100 patch 8.1.0730: compiler warning for get_buf_arg() unused Problem: Compiler warning for get_buf_arg() unused. Solution: Add #ifdef. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sat, 12 Jan 2019 14:00: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 "$@"