]> git.ipfire.org Git - thirdparty/curl.git/commit
build: use `configurehelp.pm.in` with autotools and cmake
authorViktor Szakats <commit@vsz.me>
Fri, 6 Sep 2024 23:49:40 +0000 (01:49 +0200)
committerViktor Szakats <commit@vsz.me>
Sat, 21 Sep 2024 10:21:14 +0000 (12:21 +0200)
commit867c187fdfa66c644ec1df58f65f69d115bf391c
tree471d1e172d3d5b38cacfacba413d817a14979461
parent7100c5bc9b8c9c49a44c47d64b42e98b4de2465b
build: use `configurehelp.pm.in` with autotools and cmake

Before this patch, each build tool generated `tests/configurehelp.pm`
manually.

Ref: https://github.com/curl/curl/pull/14802#issuecomment-2332734326
Closes #14819
acinclude.m4
configure.ac
tests/CMakeLists.txt
tests/Makefile.am
tests/configurehelp.pm.in [new file with mode: 0644]