aboutsummaryrefslogtreecommitdiffstats
path: root/tools/automake/patches/101-do-not-require-files.patch
blob: 3a8c9fcb47b1ae2ff31eee0f59bb232c828d5aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -4513,7 +4513,7 @@ sub handle_gettext ()
 	    && grep ($_ eq 'intl', @subdirs));
     }
 
-  require_file ($ac_gettext_location, GNU, 'ABOUT-NLS');
+  require_file ($ac_gettext_location, GNITS, 'ABOUT-NLS');
 }
 
 # Emit makefile footer.
@@ -5641,7 +5641,7 @@ sub check_gnu_standards ()
           # otherwise require non-.md.
           my $required
            = (! -f $file && -f "$file.md") ? "$file.md" : $file;
-          require_file ("$am_file.am", GNU, $required);
+          require_file ("$am_file.am", GNITS, $required);
         }
 
       # Accept one of these three licenses; default to COPYING.
@@ -5655,7 +5655,7 @@ sub check_gnu_standards ()
 	      last;
 	    }
 	}
-      require_file ("$am_file.am", GNU, 'COPYING')
+      require_file ("$am_file.am", GNITS, 'COPYING')
 	unless $license;
     }