view configure @ 24321:aa4342593469 v8.2.2701

patch 8.2.2701: order of removing FORTIFY_SOURCE is wrong Commit: https://github.com/vim/vim/commit/26f201345dadef2a048db5aea804f6c1b54f1a0b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 3 17:33:52 2021 +0200 patch 8.2.2701: order of removing FORTIFY_SOURCE is wrong Problem: Order of removing FORTIFY_SOURCE is wrong. Solution: Use the more specific pattern first.
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Apr 2021 17:45:04 +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 "$@"