Bug 239664

Summary: MIssing aclocal file from curl-devel package
Product: [Fedora] Fedora Reporter: Quy Tonthat <qtonthat>
Component: curlAssignee: Jindrich Novy <jnovy>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: daniel, pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-18 16:53:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
patch for spec file to install curl.m4 file to the package none

Description Quy Tonthat 2007-05-10 12:53:11 UTC
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:

Comment 1 Quy Tonthat 2007-05-10 12:53:11 UTC
Created attachment 154466 [details]
patch for spec file to install curl.m4 file to the package

Comment 2 Jindrich Novy 2007-05-10 13:31:21 UTC
Ok, I added the libcurl.m4 to curl-devel in rawhide, thanks.

Comment 3 Quy Tonthat 2007-05-10 13:38:15 UTC
(In reply to comment #2)
> Ok, I added the libcurl.m4 to curl-devel in rawhide, thanks.

Thanks Jindrich, for the quick action.