mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
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.
This commit is contained in:
parent
91b2b3654f
commit
2a00bedeae
4 changed files with 16 additions and 3 deletions
|
|
@ -115,7 +115,7 @@ do_check=true
|
|||
do_autoconf=false
|
||||
do_git=false
|
||||
|
||||
for arg; do
|
||||
for arg in "$@"; do
|
||||
case $arg in
|
||||
--help)
|
||||
exec echo "$0: usage: $0 [--no-check] [target...]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue