[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #66457] gettext.m4 hardcodes translations directory to po/
From: |
Kip |
Subject: |
[bug #66457] gettext.m4 hardcodes translations directory to po/ |
Date: |
Mon, 18 Nov 2024 21:19:34 -0500 (EST) |
URL:
<https://savannah.gnu.org/bugs/?66457>
Summary: gettext.m4 hardcodes translations directory to po/
Group: GNU gettext
Submitter: kip
Submitted: Tue 19 Nov 2024 02:19:31 AM UTC
Category: Programmer tools
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Tue 19 Nov 2024 02:19:31 AM UTC By: Kip <kip>
Hello GNU gettext maintainers,
I noticed that gettext.m4 in HEAD appears to hardcode the user's translations
directory to po/:
https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=m4/gettext.m4;h=0675885e059ff48a8880af5a35806a5f252414d7;hb=HEAD#l348
I am not an expert in M4, but I would imagine this should be relatively easy
to fix with something akin to:
if test -z "$POSUB"; then
POSUB=po/
fi
The user would then set in their configure.ac POSUB to whatever they want
before declaring the AM_GNU_GETTEXT macro?
Kip
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66457>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
- [bug #66457] gettext.m4 hardcodes translations directory to po/,
Kip <=