diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-11-30 16:01:32 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-12-05 15:29:24 +0100 |
commit | bae0d473f5912d38fc8da1f9850a70b015b53c9e (patch) | |
tree | 4fdaa556c833c4c6864cae2a04e3d7dbe28e3750 /configure.ac | |
parent | 08efa19e6aaf0e8bf8ece5a35f369c0cb346ace9 (diff) | |
download | curl-bae0d473f5912d38fc8da1f9850a70b015b53c9e.tar.gz |
packages: remove old leftover files and dirs
This subdir has mostly become an attic of never-used cruft from the
past.
Closes #3331
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index b0bd9a3ea..42fc0031a 100755 --- a/configure.ac +++ b/configure.ac @@ -4277,17 +4277,7 @@ AC_CONFIG_FILES([Makefile \ tests/libtest/Makefile \ tests/unit/Makefile \ packages/Makefile \ - packages/Win32/Makefile \ - packages/Win32/cygwin/Makefile \ - packages/Linux/Makefile \ - packages/Linux/RPM/Makefile \ - packages/Linux/RPM/curl.spec \ - packages/Linux/RPM/curl-ssl.spec \ - packages/Solaris/Makefile \ packages/vms/Makefile \ - packages/AIX/Makefile \ - packages/AIX/RPM/Makefile \ - packages/AIX/RPM/curl.spec \ curl-config \ libcurl.pc ]) |