%{_libdir}/libelf.a
%changelog
+* Wed Apr 18 2007 Ulrich Drepper <drepper@redhat.com> 0.127-1
+- libdw: new function dwarf_getsrcdirs
+- libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
+ dwfl_module_address_section
+
* Mon Feb 5 2007 Ulrich Drepper <drepper@redhat.com> 0.126-1
- new program: ar
+2007-04-18 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile.in.in: Remove MKINSTALLDIRS.
+ Define mkinstalldirs to mkdir -p.
+
2005-05-07 Ulrich Drepper <drepper@redhat.com>
* Makefile.in.in (XGETTEXT_OPTIONS): Define.
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
+mkinstalldirs = mkdir -p
GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@
+2007-04-18 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile.in.in: Remove MKINSTALLDIRS.
+ Define mkinstalldirs to mkdir -p.
+
2006-04-04 Roland McGrath <roland@redhat.com>
* POTFILES.in: Comment out lib/xstrdup.c, not distributed any more.
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-MKINSTALLDIRS = @MKINSTALLDIRS@
-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
+mkinstalldirs = mkdir -p
GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@