]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Allow spaces in some configuration vars (Bug#13078).
[gnu-emacs] / ChangeLog
index f31a03833c13f0c4d7d4e25e966627c045904183..04dc73eb683ace40819697953b06805b265909f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-12-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Allow spaces in some configuration vars (Bug#13078).
+       * configure.ac (srcdir): Don't assume $PWD lacks spaces.
+       (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
+       All uses quoted, to allow spaces in these vars.
+
 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        Use putenv+unsetenv instead of modifying environ directly (Bug#13070).