]> git.eshelyaron.com Git - emacs.git/commitdiff
configure.ac: Tweak previous change
authorGlenn Morris <rgm@gnu.org>
Wed, 23 Oct 2013 22:02:42 +0000 (18:02 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 23 Oct 2013 22:02:42 +0000 (18:02 -0400)
configure.ac

index 74ac7695cdc44b85817147e18cae17d6880389c5..6a2beb707035239db50f7eca45bd46d2aba93961 100644 (file)
@@ -74,8 +74,12 @@ dnl --program-transform-name options
 AC_ARG_PROGRAM
 
 dnl http://debbugs.gnu.org/15260
-for var in "`pwd`" "`cd \"$srcdir\"; pwd`" "$bindir" \
-    "$datadir" "$sharedstatedir" "$libexecdir"; do
+dnl I think we have to check, eg, both exec_prefix and bindir,
+dnl because the latter by default is not yet expanded, but the user
+dnl may have specified a value for it via --bindir.
+dnl Note that abs_srcdir and abs_builddir are not yet defined. :(
+for var in "`pwd`" "`cd \"$srcdir\"; pwd`" "$prefix" "$exec_prefix" \
+    "$datarootdir" "$bindir" "$datadir" "$sharedstatedir" "$libexecdir"; do
 
   dnl configure sets LC_ALL=C early on, so this range should work.
   case "$var" in