summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-04-01 14:56:54 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-04-01 14:56:54 +1100
commit34c7018c316af4773e432066de28d0ef9d0888cd (patch)
tree5c338ae97c2fc0fbcba3e7ee16ff02cbd97a585e
parent5b054d76402faab38c48377efd112426469553a0 (diff)
Set Makefile SHELL as determined by configure.
This should improve compatibility for users with non-POSIX shells. If using Makefile.in directly (eg make -f Makefile.in distprep) then SHELL will need to be specified on the command line (along with MANFMT in that particular case). ok djm@
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index a9b802b7..7250d3f3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,4 @@
-# uncomment if you run a non bourne compatible shell. Ie. csh
-#SHELL = @SH@
+SHELL=@SH@
AUTORECONF=autoreconf