view configure @ 30375:e40d150b66cb v9.0.0523

patch 9.0.0523: more compiler warnings for arguments in small version Commit: https://github.com/vim/vim/commit/2d2e25b3e3c932e76f53e9cc49b60e92a7dc8715 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 20 21:09:42 2022 +0100 patch 9.0.0523: more compiler warnings for arguments in small version Problem: more compiler warnings for arguments in small version Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 22:15:03 +0200
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 "$@"