aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-10-23 18:02:42 -0400
committerGlenn Morris2013-10-23 18:02:42 -0400
commitfb6f3c4a164df27150517cd10741f50a8b82f442 (patch)
treef40caad8e19a2a78f23b10120ee4827499ed34f8
parent7b65c8d0b93e2d1b06dec9d756a02d2034c7865a (diff)
downloademacs-fb6f3c4a164df27150517cd10741f50a8b82f442.tar.gz
emacs-fb6f3c4a164df27150517cd10741f50a8b82f442.zip
configure.ac: Tweak previous change
-rw-r--r--configure.ac8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 74ac7695cdc..6a2beb70703 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,8 +74,12 @@ dnl --program-transform-name options
74AC_ARG_PROGRAM 74AC_ARG_PROGRAM
75 75
76dnl http://debbugs.gnu.org/15260 76dnl http://debbugs.gnu.org/15260
77for var in "`pwd`" "`cd \"$srcdir\"; pwd`" "$bindir" \ 77dnl I think we have to check, eg, both exec_prefix and bindir,
78 "$datadir" "$sharedstatedir" "$libexecdir"; do 78dnl because the latter by default is not yet expanded, but the user
79dnl may have specified a value for it via --bindir.
80dnl Note that abs_srcdir and abs_builddir are not yet defined. :(
81for var in "`pwd`" "`cd \"$srcdir\"; pwd`" "$prefix" "$exec_prefix" \
82 "$datarootdir" "$bindir" "$datadir" "$sharedstatedir" "$libexecdir"; do
79 83
80 dnl configure sets LC_ALL=C early on, so this range should work. 84 dnl configure sets LC_ALL=C early on, so this range should work.
81 case "$var" in 85 case "$var" in