]> git.eshelyaron.com Git - emacs.git/commit
Fix build on Solaris 10 (bug#75451)
authorPip Cet <pipcet@protonmail.com>
Fri, 17 Jan 2025 17:13:29 +0000 (17:13 +0000)
committerEshel Yaron <me@eshelyaron.com>
Sat, 18 Jan 2025 22:00:48 +0000 (23:00 +0100)
commit32096d25552dbbc0bd9490d009694f8a799951db
treedeb43d4b2e308b6eb3dcc6937f39746a8ee024db
parenta2d92b0dfcc6f38362b611987969d33d02f3ff2e
Fix build on Solaris 10 (bug#75451)

* autogen.sh: Avoid bashism.
* configure.ac (AC_PROG_AWK): Use.
* src/Makefile.in (AWK): Set.
(dmpstruct.h): Use "$(AWK)", not "awk".
* src/dired.c (DT_UNKNOWN, DT_DIR, DT_LNK): Define all three constants
or none of them.

(cherry picked from commit 2a00bedeaef0a0caf8c810842c524b5c46de06ed)
autogen.sh
configure.ac
src/Makefile.in
src/dired.c