Make: Get SHELL from Autoconf
The default SHELL isn't POSIX on some systems, such as Solaris. Use the one Autoconf chooses instead of the default. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
18e392c470
commit
9556c6bd65
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
# GNUmakefile.in: Makefile template for configure
|
# GNUmakefile.in: Makefile template for configure
|
||||||
#
|
#
|
||||||
# Known contributors to this file:
|
# Known contributors to this file:
|
||||||
# Markus Armbruster, 2005-2009
|
# Markus Armbruster, 2005-2020
|
||||||
#
|
#
|
||||||
|
|
||||||
# The real meat is in Make.mk, which see.
|
# The real meat is in Make.mk, which see.
|
||||||
|
@ -68,6 +68,7 @@ INSTALL_DATA := @INSTALL_DATA@
|
||||||
INSTALL_PROGRAM := @INSTALL_PROGRAM@
|
INSTALL_PROGRAM := @INSTALL_PROGRAM@
|
||||||
NROFF := @NROFF@
|
NROFF := @NROFF@
|
||||||
RANLIB := @RANLIB@
|
RANLIB := @RANLIB@
|
||||||
|
SHELL := @SHELL@
|
||||||
|
|
||||||
prefix := @prefix@
|
prefix := @prefix@
|
||||||
exec_prefix := @exec_prefix@
|
exec_prefix := @exec_prefix@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue