diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:32:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-07 13:32:50 +0000 |
commit | 25f9982ce22e4d6d7dddf6fb8e1c7f9c43e3c699 (patch) | |
tree | 7565f09f5bdef1bc398c3caebde90bced9ea1c51 /m4/dpkg-arch.m4 | |
parent | Adding debian version 1.22.9. (diff) | |
download | dpkg-25f9982ce22e4d6d7dddf6fb8e1c7f9c43e3c699.tar.xz dpkg-25f9982ce22e4d6d7dddf6fb8e1c7f9c43e3c699.zip |
Merging upstream version 1.22.10.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'm4/dpkg-arch.m4')
-rw-r--r-- | m4/dpkg-arch.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/dpkg-arch.m4 b/m4/dpkg-arch.m4 index 1b240a4..8859289 100644 --- a/m4/dpkg-arch.m4 +++ b/m4/dpkg-arch.m4 @@ -3,7 +3,7 @@ # Copyright © 2006-2023 Guillem Jover <guillem@debian.org> # _DPKG_ARCHITECTURE([DEB_VAR], [sh_var]) -# --------------------------------------- +# ------------------ # Use dpkg-architecture from the source tree to set sh_var using DEB_VAR for # the target architecture, to avoid duplicating its logic. AC_DEFUN([_DPKG_ARCHITECTURE], [ @@ -49,7 +49,7 @@ AC_DEFUN([DPKG_OS_TYPE], [ ])# DPKG_OS_TYPE # DPKG_ARCHITECTURE -# ------------------------ +# ----------------- # Determine the Debian name for the host operating system, # sets ARCHITECTURE. AC_DEFUN([DPKG_ARCHITECTURE], [ |