]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Use a more understandable directory name for ITS data files.
authorBruno Haible <bruno@clisp.org>
Wed, 9 Jul 2025 06:12:43 +0000 (08:12 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Jul 2025 06:29:56 +0000 (08:29 +0200)
Reported by Santiago Vila <sanvila@debian.org>.

* gettext-tools/configure.ac (PACKAGE_SUFFIX): Use PACKAGE_VERSION, not
ARCHIVE_VERSION.

gettext-tools/configure.ac

index 5c53cdb0f5f184e89012ee99ffc9b3ecebdedf38..855b4d0426e332c0cafdaf387845a797f45b684b 100644 (file)
@@ -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`