Description of problem: curl-devel does not have /usr/share/aclocal/libcurl.m4 which is required by automake/autoconf. Version-Release number of selected component (if applicable): curl-devel-7.15.5-1 How reproducible: HAve a look at the listing of curl-devel Steps to Reproduce: 1.rpm -ql curl-devel | grep libcurl.m4 2. 3. Actual results: Expected results: /usr/share/aclocal/libcurl.m4 Additional info:
Created attachment 154466 [details] patch for spec file to install curl.m4 file to the package
Ok, I added the libcurl.m4 to curl-devel in rawhide, thanks.
(In reply to comment #2) > Ok, I added the libcurl.m4 to curl-devel in rawhide, thanks. Thanks Jindrich, for the quick action.