aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f31a03833c1..04dc73eb683 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12012-12-09 Paul Eggert <eggert@cs.ucla.edu>
2
3 Allow spaces in some configuration vars (Bug#13078).
4 * configure.ac (srcdir): Don't assume $PWD lacks spaces.
5 (srcdir, MAKEINFO, PKG_CONFIG, PKG_CONFIG_MIN_VERSION):
6 All uses quoted, to allow spaces in these vars.
7
12012-12-08 Paul Eggert <eggert@cs.ucla.edu> 82012-12-08 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Use putenv+unsetenv instead of modifying environ directly (Bug#13070). 10 Use putenv+unsetenv instead of modifying environ directly (Bug#13070).