summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-06-08 05:28:54 +0000
committerUlrich Drepper <drepper@redhat.com>2007-06-08 05:28:54 +0000
commite967d3858333fe5fd8c483c923b0be0a81137dd8 (patch)
tree264cf8cccf8459e05a33cd90d57f69bec76cf394
parent26f56c1c0ead8e1c5306f42078a79078834a03a3 (diff)
downloadglibc-e967d3858333fe5fd8c483c923b0be0a81137dd8.tar.gz
* config.make.in: Likewise.
-rw-r--r--ChangeLog1
-rw-r--r--config.make.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 02d8573aac..8d14f6a35d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2007-06-07 Ulrich Drepper <drepper@redhat.com>
* configure.in: Avoid variable named BASH.
+ * config.make.in: Likewise.
Patch in part by Mike Frysinger.
2007-06-06 Jakub Jelinek <jakub@redhat.com>
diff --git a/config.make.in b/config.make.in
index 35597f808d..836f613135 100644
--- a/config.make.in
+++ b/config.make.in
@@ -117,7 +117,7 @@ LN_S = @LN_S@
MSGFMT = @MSGFMT@
# Script execution tools.
-BASH = @BASH@
+BASH = @BASH_SHELL@
KSH = @KSH@
AWK = @AWK@
PERL = @PERL@