summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/xgettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/src/xgettext.c')
-rw-r--r--gettext-tools/src/xgettext.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c
index f67ec21..fc86d9c 100644
--- a/gettext-tools/src/xgettext.c
+++ b/gettext-tools/src/xgettext.c
@@ -739,18 +739,7 @@ xgettext cannot work without keywords to look for"));
its_dirs = get_search_path ("its");
its_locating_rules = locating_rule_list_alloc ();
for (dirs = its_dirs; *dirs != NULL; dirs++)
- {
- /* Make it possible to override the locator file location. This
- is necessary for running the testsuite before "make
- install". */
- char *relocated = relocate (*dirs);
- if (relocated != *dirs)
- {
- free (*dirs);
- *dirs = relocated;
- }
- locating_rule_list_add_from_directory (its_locating_rules, *dirs);
- }
+ locating_rule_list_add_from_directory (its_locating_rules, *dirs);
}
/* Determine extractor from language. */