RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1084372 - pkg.m4 is installed to a location autoconf doesn't recognize
Summary: pkg.m4 is installed to a location autoconf doesn't recognize
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pkgconfig
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Colin Walters
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-04 08:21 UTC by Stef Walter
Modified: 2014-04-08 12:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-04-08 12:32:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Stef Walter 2014-04-04 08:21:54 UTC
Description of problem:

pkg.m4 is installed in a place that automake doesn't recognize:

/usr/share/aclocal/pkg.m4

Results in:

[stef@rhel7 cockpit]$ autoconf 
configure.ac:42: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:98: error: possibly undefined macro: PKG_CHECK_VAR
configure.ac:99: error: possibly undefined macro: AC_MSG_RESULT


Version-Release number of selected component (if applicable):

[stef@rhel7 cockpit]$ rpm -qf /usr/share/aclocal/pkg.m4 
pkgconfig-0.27.1-4.el7.x86_64
[stef@rhel7 cockpit]$ rpm -q autoconf
autoconf-2.69-11.el7.noarch

Work around:

# cp /usr/share/aclocal/pkg.m4 /usr/share/aclocal-1.13/

Comment 2 Stef Walter 2014-04-08 12:32:50 UTC
The version of pkg-config in RHEL 7.0 does not have PKG_CHECK_VER. So this is not a bug.


Note You need to log in before you can comment on or make changes to this bug.