]> git.eshelyaron.com Git - emacs.git/commit
Fix locating pdump by symlink
authorDaniel Colascione <dancol@dancol.org>
Mon, 24 Jun 2019 01:19:08 +0000 (18:19 -0700)
committerDaniel Colascione <dancol@dancol.org>
Mon, 24 Jun 2019 01:19:08 +0000 (18:19 -0700)
commitb9ac4f815ebaa1acb0d045fe9583f665efa6f628
treef2bfcf685bb9f83a67c5f70fe8e4f65ef16d8690
parentf3b1b5fb5034de026adc41cf2403cff42f4a0b67
Fix locating pdump by symlink

* admin/merge-gnulib (GNULIB_MODULES): Add canonicalize-lgpl module
* build-aux/config.guess, build-aux/gitlog-to-changelog,
build-aux/update-copyright, lib/canonicalize-lgpl.c,
lib/gnulib.mk.in, lib/malloca.c, lib/malloca.h, lib/pathmax.h,
m4/canonicalize.m4, m4/double-slash-root.m4, m4/gnulib-comp.m4,
m4/malloca.m4, my/pathmax.4: copy from GNUlib or regenerate from
update
* src/emacs.c: find dump by canonical path
15 files changed:
admin/merge-gnulib
build-aux/config.guess
build-aux/gitlog-to-changelog
build-aux/update-copyright
lib/canonicalize-lgpl.c [new file with mode: 0644]
lib/gnulib.mk.in
lib/malloca.c [new file with mode: 0644]
lib/malloca.h [new file with mode: 0644]
lib/pathmax.h [new file with mode: 0644]
m4/canonicalize.m4 [new file with mode: 0644]
m4/double-slash-root.m4 [new file with mode: 0644]
m4/gnulib-comp.m4
m4/malloca.m4 [new file with mode: 0644]
m4/pathmax.m4 [new file with mode: 0644]
src/emacs.c