diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-11-07 18:26:38 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-09 09:13:06 +0100 |
commit | 259c70a9303eb65611441550d1cbe54d914356f8 (patch) | |
tree | 88eeea71676edbcb84611d2a664d42992f202b9e /scripts | |
parent | fa6bbbe167873cd5a9d9c42714bf0d1a889c0e9b (diff) | |
download | curl-259c70a9303eb65611441550d1cbe54d914356f8.tar.gz |
Revert "libcurl.pc: make it relocatable"
This reverts commit 3862c37b6373a55ca704171d45ba5ee91dec2c9f.
That fix should either be done differently or with an option.
Reported-by: asavah on github
Fixes #6157
Closes #6183
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/copyright.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/copyright.pl b/scripts/copyright.pl index 5de583af2..d1f8ef7ec 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -43,9 +43,6 @@ my @skiplist=( '^projects/Windows/.*.tmpl$', # generated MSVC file '^projects/Windows/.*.vcxproj.filters$', # generated MSVC file '^m4/ax_compile_check_sizeof.m4$', # imported, leave be - '^m4/ax_compute_relative_paths.m4$', # imported, leave be - '^m4/ax_normalize_path.m4$', # imported, leave be - '^m4/ax_recursive_eval.m4$', # imported, leave be '^.mailmap', # git control file '\/readme', '^.github/', # github instruction files |