view configure @ 32228:ac2f07ae1957 v9.0.1445

patch 9.0.1445: openSUSE: configure doesn't find the Motif library Commit: https://github.com/vim/vim/commit/01967f5b1042b375b38098eceaf31671902c8dbb Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 12 16:24:03 2023 +0100 patch 9.0.1445: openSUSE: configure doesn't find the Motif library Problem: openSUSE: configure doesn't find the Motif library. (Tony Mechelynck) Solution: Also search in /usr/lib64.
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Apr 2023 17:30:06 +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 "$@"