Project

General

Profile

Feature #913 ยป 0036-Update-gettext.m4-to-serial-80.patch

Marko Lindqvist, 10/01/2024 01:25 AM

View differences:

m4/gettext.m4
# gettext.m4 serial 79 (gettext-0.23)
# gettext.m4
# serial 80 (gettext-0.23)
dnl Copyright (C) 1995-2014, 2016, 2018-2024 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
......
AC_SUBST([POSUB])
dnl Define localedir_c and localedir_c_make.
dnl Find the final value of localedir.
gt_saved_prefix="${prefix}"
gt_saved_datarootdir="${datarootdir}"
gt_saved_localedir="${localedir}"
dnl Unfortunately, prefix gets only finally determined at the end of
dnl configure.
if test "X$prefix" = "XNONE"; then
prefix="$ac_default_prefix"
fi
eval datarootdir="$datarootdir"
eval localedir="$localedir"
gl_BUILD_TO_HOST([localedir])
localedir="${gt_saved_localedir}"
datarootdir="${gt_saved_datarootdir}"
prefix="${gt_saved_prefix}"
gl_BUILD_TO_HOST_LOCALEDIR
])
    (1-1/1)