]> git.alsa-project.org Git - alsa-lib.git/commit
src/Versions.in: Add guards for opt. alisp symbols
authorNicholas Vinson <nvinson234@gmail.com>
Mon, 1 Jan 2024 21:10:47 +0000 (16:10 -0500)
committerJaroslav Kysela <perex@perex.cz>
Wed, 24 Jan 2024 17:11:52 +0000 (18:11 +0100)
commit10ff172202a664f3668d74276d1c2aaf6ac54f72
treef2b91e0c9d792663408eafc348bbb8146de348a3
parentc9055730033ebdc96475e0b2fd8896496a9733ff
src/Versions.in: Add guards for opt. alisp symbols

Add guards for optional alisp symbols. This ensures that the Versions
file does not contain undefined symbols when building alisp support is
disabled.

Fixes Gentoo bugs 914511 (https://bugs.gentoo.org/914511),
    914643 (https://bugs.gentoo.org/914643),
    and 919417 (https://bugs.gentoo.org/919417).

Fixes bug #305
Fixes alsa_lisp symbol error reported in bug #356

Closes: https://github.com/alsa-project/alsa-lib/pull/376
Fixes: https://github.com/alsa-project/alsa-lib/issues/305
Link: https://github.com/alsa-project/alsa-lib/issues/356
Signed-off-by: Nicholas Vinson <nvinson234@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
configure.ac
src/Makefile.am
src/Versions.in.in [moved from src/Versions.in with 99% similarity]