summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xextensions/strip-gplv3.configure4
-rwxr-xr-xscripts/licensecheck.py4
2 files changed, 6 insertions, 2 deletions
diff --git a/extensions/strip-gplv3.configure b/extensions/strip-gplv3.configure
index bf28223d..2dac0907 100755
--- a/extensions/strip-gplv3.configure
+++ b/extensions/strip-gplv3.configure
@@ -32,6 +32,7 @@ import writeexts
class StripGPLv3ConfigureExtension(writeexts.Extension):
gplv3_chunks = [
['autoconf', ''],
+ ['autoconf-tarball', ''],
['automake', ''],
['bash', ''],
['binutils', ''],
@@ -42,10 +43,11 @@ class StripGPLv3ConfigureExtension(writeexts.Extension):
['gawk', ''],
['gcc', r'^.*lib.*\.so(\.\d+)*$'],
['gdbm', ''],
- ['gettext', ''],
+ ['gettext-tarball', ''],
['gperf', ''],
['groff', ''],
['libtool', r'^.*lib.*\.so(\.\d+)*$'],
+ ['libtool-tarball', r'^.*lib.*\.so(\.\d+)*$'],
['m4', ''],
['make', ''],
['nano', ''],
diff --git a/scripts/licensecheck.py b/scripts/licensecheck.py
index c5f72f07..4b255dcc 100755
--- a/scripts/licensecheck.py
+++ b/scripts/licensecheck.py
@@ -27,6 +27,7 @@ import yaml
gpl3_chunks = ("autoconf",
+ "autoconf-tarball",
"automake",
"bash",
"binutils",
@@ -37,10 +38,11 @@ gpl3_chunks = ("autoconf",
"gawk",
"gcc",
"gdbm",
- "gettext",
+ "gettext-tarball",
"gperf",
"groff",
"libtool",
+ "libtool-tarball",
"m4-tarball",
"make",
"nano",