diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-05-03 23:11:49 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-05-03 23:11:49 -0700 |
commit | 19548d0861ced228dd0598240a410bf6a720b59e (patch) | |
tree | 9946821c8f9f86452e68e9a19677062d9c45dfd3 /ChangeLog | |
parent | 13c15c6d700e63469a20679651649bd523f9de02 (diff) | |
download | emacs-19548d0861ced228dd0598240a410bf6a720b59e.tar.gz |
* Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
This new gnulib-tool option saves 'configure' the trouble of
checking for strtoull when strtoumax exists.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 31e8c869e52..a9446476bc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-04 Paul Eggert <eggert@cs.ucla.edu> + + * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies. + This new gnulib-tool option saves 'configure' the trouble of + checking for strtoull when strtoumax exists. + 2011-04-29 Paul Eggert <eggert@cs.ucla.edu> * configure.in (BITS_PER_LONG_LONG): New macro. |