view configure @ 32462:d5d43043adac v9.0.1562

patch 9.0.1562: mixing package managers is not a good idea Commit: https://github.com/vim/vim/commit/7268e539968de227d49ffc66adb79e558502743e Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Tue May 16 20:11:02 2023 +0100 patch 9.0.1562: mixing package managers is not a good idea Problem: Mixing package managers is not a good idea. Solution: Install gcc 13 with apt-get. (closes https://github.com/vim/vim/issues/12405)
author Bram Moolenaar <Bram@vim.org>
date Tue, 16 May 2023 21:15:05 +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 "$@"