summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-01-28 21:34:14 (GMT)
committerGitHub <noreply@github.com>2017-01-28 21:34:14 (GMT)
commit5b084c005b2669340594adeb2bf10a0d8a0fe623 (patch)
tree0aeba68a08520698392701f6ac9a69f26e38c8bd /Makefile.in
parentd0682f9ad5492ea541edb77d1c39d82144477b8a (diff)
parent7a94c81e5bf171d1258aa60438482fd44e5f9800 (diff)
Merge pull request #564 from stilor/comptools-default-to-y-if-missing
Rework configure logic wrt GNU autotools
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 8d629c9..92759ca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -57,8 +57,8 @@ export docdir := @docdir@@subdocdir@
export mandir := @mandir@
export datarootdir := @datarootdir@
export install := @INSTALL@
-export bash := @_BASH@
-export awk := @_AWK@
+export bash := @BASH_SHELL@
+export awk := @AWK@
export grep := @GREP@
export make := @MAKE@
export sed := @SED@