summaryrefslogtreecommitdiffstats
path: root/src/m4/ChangeLog
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-02-15 12:34:33 -0800
committerElliott Hughes <enh@google.com>2015-02-15 16:11:56 -0800
commit41f677100e15f315f638774fbd055e497fc90069 (patch)
tree961dfef28571e02a7d969fbba9bb51991086476b /src/m4/ChangeLog
parentdb42bd18ad7a482e080e506f47121383e19274ef (diff)
downloadandroid_external_elfutils-41f677100e15f315f638774fbd055e497fc90069.tar.gz
android_external_elfutils-41f677100e15f315f638774fbd055e497fc90069.tar.bz2
android_external_elfutils-41f677100e15f315f638774fbd055e497fc90069.zip
Export elfutils headers and lose the version number from the path.
Having the version number in the path just means that diffs for updates are completely unusable. perf refers to libdw.h, libdwfl.h, and version.h as <elfutils/libdw.h> and so on, so we do still need to do some manual work there, but let's use symlinks rather than duplicating the header files. Change-Id: I9fd3c5f5024bde12747fdb1c06d21cdcb3418f03
Diffstat (limited to 'src/m4/ChangeLog')
-rw-r--r--src/m4/ChangeLog58
1 files changed, 58 insertions, 0 deletions
diff --git a/src/m4/ChangeLog b/src/m4/ChangeLog
new file mode 100644
index 00000000..d4f2bc1b
--- /dev/null
+++ b/src/m4/ChangeLog
@@ -0,0 +1,58 @@
+2010-04-14 Roland McGrath <roland@redhat.com>
+
+ * gettext.m4: Upgrade to gettext-0.17.
+ * iconv.m4: Upgrade to gettext-0.17.
+ * po.m4: Upgrade to gettext-0.17.
+
+2009-08-26 Roland McGrath <roland@redhat.com>
+
+ * zip.m4 (eu_ZIPLIB): Don't apply lib/LIB suffix to args.
+
+2009-02-01 Roland McGrath <roland@redhat.com>
+
+ * zip.m4: Fix --with/--without argument handling.
+
+2009-01-08 Roland McGrath <roland@redhat.com>
+
+ * zip.am: New file.
+ * Makefile.am (EXTRA_DIST): Add it.
+
+2007-06-05 Ulrich Drepper <drepper@redhat.com>
+
+ * gettext.m4: Update from gettext 0.16.1.
+ * iconv.m4: Likewise.
+ * progtest.m4: Likewise.
+ * nls.m4: New file.
+ * po.m4: New file.
+
+2005-02-15 Ulrich Drepper <drepper@redhat.com>
+
+ * Makefile.am (EXTRA_DIST): Remove glibc21.m4, intdiv0.m4,
+ inttypes.m4, inttypes_h.m4, inttypes-pri.m4, isc-posix.m4,
+ lib-ld.m4, lib-link.m4, lib-prefix.m4, stdint_h.m4, uintmax_t.m4,
+ and ulonglong.m4.
+ * glibc21.m4: Removed.
+ * inttypes_h.m4: Removed.
+ * inttypes.m4: Removed.
+ * inttypes-pri.m4: Removed.
+ * isc-posix.m4: Removed.
+ * lib-ld.m4: Removed.
+ * lib-link.m4: Removed.
+ * lib-prefix.m4: Removed.
+ * stdint_h.m4: Removed.
+ * uintmax_t.m4: Removed.
+ * ulonglong.m4: Removed.
+
+2002-03-22 gettextize <bug-gnu-gettext@gnu.org>
+
+ * codeset.m4: Upgrade to gettext-0.11.
+ * gettext.m4: Upgrade to gettext-0.11.
+ * glibc21.m4: Upgrade to gettext-0.11.
+ * iconv.m4: Upgrade to gettext-0.11.
+ * isc-posix.m4: New file, from gettext-0.11.
+ * lcmessage.m4: Upgrade to gettext-0.11.
+ * lib-ld.m4: Upgrade to gettext-0.11.
+ * lib-link.m4: Upgrade to gettext-0.11.
+ * lib-prefix.m4: Upgrade to gettext-0.11.
+ * progtest.m4: Upgrade to gettext-0.11.
+ * Makefile.am (EXTRA_DIST): Add the new files.