summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstrip-gplv3.configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/strip-gplv3.configure b/strip-gplv3.configure
index 1e245830..bc9935ab 100755
--- a/strip-gplv3.configure
+++ b/strip-gplv3.configure
@@ -26,8 +26,8 @@ import os
import json
class StripGPLv3ConfigureExtension(cliapp.Application):
- gplv3_chunks = ['autoconf', 'bash', 'binutils', 'bison', 'ccache',
- 'gawk', 'gdbm', 'gettext', 'gperf', 'groff', 'm4',
+ gplv3_chunks = ['autoconf', 'automake', 'bash', 'binutils', 'bison', 'ccache', 'cmake',
+ 'flex', 'gawk', 'gdbm', 'gettext', 'gperf', 'groff', 'libtool', 'm4',
'make', 'nano', 'texinfo-tarball']
def process_args(self, args):