view configure @ 16513:81a9d0fad357 v8.1.1260

patch 8.1.1260: comparing with pointer instead of value commit https://github.com/vim/vim/commit/e4f5f3aa3d597ec9188e01b004013a02bceb4026 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 4 14:05:08 2019 +0200 patch 8.1.1260: comparing with pointer instead of value Problem: Comparing with pointer instead of value. Solution: Add a "*". (Ken Takata, closes https://github.com/vim/vim/issues/4336)
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 May 2019 14:15:06 +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 "$@"