diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-12-08 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2012-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). |