view configure @ 19644:d2153928b376 v8.2.0379

patch 8.2.0379: gcc warns for ambiguous else Commit: https://github.com/vim/vim/commit/965fd8d4dc5e84f612d8fc1efeaa78bd17842c9b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 14 07:46:40 2020 +0100 patch 8.2.0379: gcc warns for ambiguous else Problem: Gcc warns for ambiguous else. Solution: Add braces. (Dominique Pelle, closes https://github.com/vim/vim/issues/5778)
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Mar 2020 08:00:07 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"