view configure @ 24626:7b48e331519d v8.2.2852

patch 8.2.2852: configure can add --as-needed a second time Commit: https://github.com/vim/vim/commit/761ead497feff5fd259c9f6ca76d184bb8755373 Author: Natanael Copa <ncopa@alpinelinux.org> Date: Sat May 15 14:25:37 2021 +0200 patch 8.2.2852: configure can add --as-needed a second time Problem: Configure can add --as-needed a second time. Solution: Only add --as-needed if not already there. (Natanael Copa, closes #8189, closes #8181)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 May 2021 14:30:02 +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 "$@"