# # # patch "ChangeLog" # from [feb96d9829028f7db2cb08de2f0b1262e7d34a03] # to [e0881925676f7f4575cb262946456b4eac12b483] # # patch "configure.ac" # from [741927473cf68cb1b76a2041f61f1767b064176e] # to [44606bdf31f4bf99cb64d42a5a0e65c1f0c95036] # ============================================================ --- ChangeLog feb96d9829028f7db2cb08de2f0b1262e7d34a03 +++ ChangeLog e0881925676f7f4575cb262946456b4eac12b483 @@ -1,5 +1,10 @@ 2006-01-14 Richard Levitte + * configure.ac: Make sure there's an empty xgettext.opts + when xgettext accepts --flag. This avoids getting an error + message later on when cat can't find it to append to + po/Makefile.in. + * po/LINGUAS, po/sv_SE.po: New Swedish translation. Needs reviewing at this stage. ============================================================ --- configure.ac 741927473cf68cb1b76a2041f61f1767b064176e +++ configure.ac 44606bdf31f4bf99cb64d42a5a0e65c1f0c95036 @@ -61,6 +61,7 @@ >/dev/null 2>&1 then xgettext_has_flag=yes + touch xgettext.opts else echo 'XGETTEXT_OPTIONS = $(XGETTEXT_OPTIONS_NO_FLAG)' >xgettext.opts xgettext_has_flag=no