]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix xgettext call.
authorUlrich Drepper <drepper@redhat.com>
Sat, 6 Aug 2005 06:44:50 +0000 (06:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 6 Aug 2005 06:44:50 +0000 (06:44 +0000)
config/elfutils.spec.in
po/ChangeLog
po/Makefile.in.in

index bb56a83e1c1195edea1e3775cc96ef8d14cdd4b6..a86f2139d80d35b454e8ed5151c2b6a1d7f0b02b 100644 (file)
@@ -183,6 +183,15 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/libelf.so
 
 %changelog
+* Fri Aug  5 2005 Ulrich Drepper <@redhat.com> 0.112-1
+- elfcmp: some more relaxation.
+- elflint: many more tests, especially regarding to symbol versioning.
+- libelf: Add elfXX_offscn and gelf_offscn.
+- libasm: asm_begin interface changes.
+- libebl: Add three new interfaces to directly access machine, class, an
+ddata encoding information.
+- objdump: New program.  Just the beginning.
+
 * Thu Jul 28 2005 Ulrich Drepper <@redhat.com> 0.111-1
 - libdw: now contains all of libdwfl.  The latter is not installed anymore.
 - elfcmp: little usability tweak, name and index of differing section is
index 020c07b7c832eb395587767c1b11f1e7cee9faef..c007e2e317edd4e60c6e84602d9fbd7bee7b6403 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-05  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile.in.in (XGETTEXT_OPTIONS): Move adding of --flag options
+       after magic Makevars line.  Also look for ERROR from elflint.
+
 2005-07-21  Ulrich Drepper  <drepper@redhat.com>
 
        * Makefile.in.in: Add src/elfcmp.
index dbd78851a5d759c588eafe5d4a916a9945817917..0110ffbd04fcae357c59f69223d38c409a5f1aa5 100644 (file)
@@ -33,7 +33,6 @@ mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)"
 GMSGFMT = @GMSGFMT@
 MSGFMT = @MSGFMT@
 XGETTEXT = @XGETTEXT@
-XGETTEXT_OPTIONS = --flag=error:3:c-format
 MSGMERGE = msgmerge
 MSGMERGE_UPDATE = @MSGMERGE@ --update
 MSGINIT = msginit
@@ -56,6 +55,8 @@ CATALOGS = @CATALOGS@
 
 # Makevars gets inserted here. (Don't remove this line!)
 
+XGETTEXT_OPTIONS += --flag=error:3:c-format --flag=ERROR:1:c-format
+
 .SUFFIXES:
 .SUFFIXES: .po .gmo .mo .nop .po-update