Bug 78720

Summary: gettextize corrupts AM_GNU_GETTEXT_VERSION
Product: [Retired] Red Hat Raw Hide Reporter: Ralf Corsepius <corsepiu>
Component: gettextAssignee: Leon Ho <llch>
Status: CLOSED RAWHIDE QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: srevivo
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: 2002-11-28 10:46:56 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
A fix to the problem none

Description Ralf Corsepius 2002-11-28 10:45:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Description of problem:
running gettextize breaks existing AM_GNU_GETTEXT_VERSION in
configure.in|configure.acs

Version-Release number of selected component (if applicable): All versions of
gettext-0.11.x


How reproducible:
Always

Steps to Reproduce:
Write a configure.in|ac containing
AM_GNU_GETTEXT_VERSION(0.11.2)

Then run gettextize -f
	

Actual Results:  gettextize corrupts the line containing AM_GNU_GETTEXT_VERSION
into
AM_GNU_GETTEXT_VERSION(0.11.4

Note the missing closing ')'


Expected Results:  the resulting configure.in|ac should contain
AM_GNU_GETTEXT_VERSION(0.11.4)



Additional info:

This bug seems to be present in all versions of gettext-0.11.x, up to and
including 0.11.5, in RH-Rawhide and RH-8.0

Comment 1 Ralf Corsepius 2002-11-28 10:46:50 UTC
Created attachment 86824 [details]
A fix to the problem

Comment 2 Leon Ho 2002-12-10 05:04:18 UTC
Thanks for your report and patch. gettext-0.11.4-5 has the fix.