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@
This commit is contained in:
parent
5b054d7640
commit
34c7018c31
|
@ -1,5 +1,4 @@
|
|||
# uncomment if you run a non bourne compatible shell. Ie. csh
|
||||
#SHELL = @SH@
|
||||
SHELL=@SH@
|
||||
|
||||
AUTORECONF=autoreconf
|
||||
|
||||
|
|
Loading…
Reference in New Issue