[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Sat, 15 Jan 2022 08:40:24 -0500 (EST) |
branch: master
commit 03a6605813fa65929ae6750ac6c5a5a4f0f14a32
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Jan 15 12:53:10 2022 +0100
* tp/Texinfo/ModulePath.pm.in (init): do not use undefined $top_builddir
---
ChangeLog | 4 ++++
tp/Texinfo/ModulePath.pm.in | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index c7ac868cca..8a3375e8fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-01-15 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/ModulePath.pm.in (init): do not use undefined $top_builddir
+
2022-01-14 Patrice Dumas <pertusus@free.fr>
Do not have parsers inherit Texinfo::Translations
diff --git a/tp/Texinfo/ModulePath.pm.in b/tp/Texinfo/ModulePath.pm.in
index 970bd9ddbf..75f13b89d1 100644
--- a/tp/Texinfo/ModulePath.pm.in
+++ b/tp/Texinfo/ModulePath.pm.in
@@ -77,9 +77,10 @@ sub init {
'Texinfo', 'XS');
unshift @INC, File::Spec->catdir($top_builddir, 'tp',
'Texinfo', 'XS', 'parsetexi');
+
+ $builddir = File::Spec->catdir($top_builddir, 'tp');
}
- $builddir = File::Spec->catdir($top_builddir, 'tp');
}
if (defined($lib_dir)) {