view configure @ 22768:1ab66a0a631a v8.2.1932

patch 8.2.1932: compiler warnings when building with Athena GUI Commit: https://github.com/vim/vim/commit/963734e316bd17dd7290abcac28b875435d06381 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 1 13:33:49 2020 +0100 patch 8.2.1932: compiler warnings when building with Athena GUI Problem: Compiler warnings when building with Athena GUI. Solution: Fix function signatures.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Nov 2020 13:45:03 +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 "$@"