]> git.eshelyaron.com Git - emacs.git/commit
Fix configure.ac for some Bourne shells
authorYour Name <you@example.com>
Tue, 25 Apr 2023 12:28:38 +0000 (20:28 +0800)
committerYour Name <you@example.com>
Tue, 25 Apr 2023 12:28:38 +0000 (20:28 +0800)
commitb8f94eb0f148e774981ce711a12db604ebd174bc
tree8b66a4fe82ff6128652cbe79ca61e9fed31d93e3
parentd18c4ef4feaccf7bad67e6c0c5b00cdadd81ba1a
Fix configure.ac for some Bourne shells

This fixes running configure under /bin/sh on Solaris 10, and
some other Unix systems.

* configure.ac: Avoid POSIX style command substitutions.
(emacs_major_version): Avoid POSIX style pattern substitution.
(PORT_PACKAGE, MAC_FLAGS, MAC_LIBS): Avoid POSIX style command
substitutions.
configure.ac