mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:06:06 +08:00
3320069be1
* [gettext] add feature tools * version stuff * adjust code in portfile a bit * version stuff * more reordering * version stuff
32 lines
1.0 KiB
Diff
32 lines
1.0 KiB
Diff
diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in
|
|
index 3a24eee5d..56b36d5ff 100644
|
|
--- a/gettext-tools/misc/autopoint.in
|
|
+++ b/gettext-tools/misc/autopoint.in
|
|
@@ -27,8 +27,9 @@ archive_version=@ARCHIVE_VERSION@
|
|
|
|
# Set variables
|
|
# - gettext_datadir directory where the data files are stored.
|
|
-prefix="@prefix@"
|
|
-datarootdir="@datarootdir@"
|
|
+
|
|
+prefix="$(dirname "$0")/../../../"
|
|
+datarootdir="${prefix}/share/gettext"
|
|
: ${gettext_datadir="@datadir@/gettext"}
|
|
: ${AUTOM4TE=autom4te}
|
|
|
|
diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in
|
|
index c78c308bf..175ad57e7 100644
|
|
--- a/gettext-tools/misc/gettextize.in
|
|
+++ b/gettext-tools/misc/gettextize.in
|
|
@@ -27,8 +27,8 @@ archive_version=@ARCHIVE_VERSION@
|
|
|
|
# Set variables
|
|
# - gettext_datadir directory where the data files are stored.
|
|
-prefix="@prefix@"
|
|
-datarootdir="@datarootdir@"
|
|
+prefix="$(dirname "$0")/../../../"
|
|
+datarootdir="${prefix}/share/gettext"
|
|
: ${gettext_datadir="@datadir@/gettext"}
|
|
: ${AUTOM4TE=autom4te}
|
|
|