Bug 13216 - AM_GNU_GETTEXT_VERSION needs a version
Summary: AM_GNU_GETTEXT_VERSION needs a version
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: releng (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 09:08 UTC by Mark Wielaard
Modified: 2011-09-22 15:56 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wielaard 2011-09-22 09:08:54 UTC
configure.ac mentions AM_GNU_GETTEXT_VERSION, but not a version.
Without it autoreconf will run autopoint, but autopoint won't know what (minimum) version to use to install the support files. Using AM_GNU_GETTEXT_VERSION(0.18.1) seems appropriate, but then autopoint will install extra files under m4. Is that what is intended/needed?
Comment 1 Mark Wielaard 2011-09-22 09:10:02 UTC
This was introduced with:

commit 7316ced8ffc42a1ebbd2313a4be0bdb42bc5b111
Author: Lukas Berk <lberk@redhat.com>
Date:   Fri Feb 18 11:21:27 2011 -0500

    PR3823: Added AM_GNU_GETTEXT_VERSION to configure.ac
Comment 2 Frank Ch. Eigler 2011-09-22 15:56:39 UTC
commit e281908 sets the version to 0.17 (rhel5), not that it made any
difference to generated files.
Comment 3 Frank Ch. Eigler 2011-09-22 15:56:56 UTC
foo