From: Bruno Haible Date: Wed, 9 Jul 2025 06:12:43 +0000 (+0200) Subject: build: Use a more understandable directory name for ITS data files. X-Git-Tag: v0.26~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09cfa7cb534e6e094ea5e7b1f82f1d994952d77e;p=thirdparty%2Fgettext.git build: Use a more understandable directory name for ITS data files. Reported by Santiago Vila . * gettext-tools/configure.ac (PACKAGE_SUFFIX): Use PACKAGE_VERSION, not ARCHIVE_VERSION. --- diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 5c53cdb0f..855b4d042 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -639,10 +639,11 @@ AC_SUBST([TREE_SITTER_RUST_VERSION]) AC_SUBST([TREE_SITTER_TYPESCRIPT_VERSION]) AC_SUBST([TREE_SITTER_D_VERSION]) -PACKAGE_SUFFIX="-$ARCHIVE_VERSION" +dnl Determine the directory name to use for version-specific data files. +PACKAGE_SUFFIX="-$PACKAGE_VERSION" AC_SUBST([PACKAGE_SUFFIX]) AC_DEFINE_UNQUOTED(PACKAGE_SUFFIX, "$PACKAGE_SUFFIX", - [Define to the suffix of this package]) + [Define to the suffix of the directory name for version-specific data files.]) dnl Check for tools needed for formatting the documentation. ac_aux_dir_abs=`cd $ac_aux_dir && pwd`