New commits:
commit 73885d122ff085b9c8158b596e10c9c864c4b07f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
audio-drivers/alsa-utils: fixed bootstrapping scm branch with gettext 0.26
diff --git a/audio-drivers/alsa-utils/HISTORY
b/audio-drivers/alsa-utils/HISTORY
index 32aec4a..15057ae 100644
--- a/audio-drivers/alsa-utils/HISTORY
+++ b/audio-drivers/alsa-utils/HISTORY
@@ -1,3 +1,7 @@
+2025-12-03 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: fixed, zclocal missing gettext m4 directory in scm branch
+ (thanks to wich and ismael)
+
2025-04-14 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.2.14
* PRE_BUILD, patches/*: removed the patches
diff --git a/audio-drivers/alsa-utils/PRE_BUILD
b/audio-drivers/alsa-utils/PRE_BUILD
index 5162c16..2c82f3f 100755
--- a/audio-drivers/alsa-utils/PRE_BUILD
+++ b/audio-drivers/alsa-utils/PRE_BUILD
@@ -14,7 +14,8 @@ if [[ $ALSA_UTILS_BRANCH == scm ]]; then
cp configure.ac.ok configure.ac &&
touch ltconfig &&
libtoolize --force --copy --automake &&
- aclocal $ACLOCAL_FLAGS &&
+ aclocal $ACLOCAL_FLAGS \
+ -I "${INSTALL_ROOT}/usr/share/$(get_spell_provider ${SPELL} GETTEXT)/m4"
&&
autoheader &&
automake --foreign --copy --add-missing &&
touch depcomp &&
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (73885d122ff085b9c8158b596e10c9c864c4b07f),
Pavel Vinogradov, 12/03/2025