diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 6 | ||||
| -rwxr-xr-x | admin/merge-gnulib | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 0981e0eaf10..3d8b21ff144 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-05-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Assume C99 or later (Bug#17487). | ||
| 4 | * merge-gnulib (GNULIB_MODULES): Remove stdarg, stdbool. | ||
| 5 | (GNULIB_TOOL_FLAGS): Avoid stdarg, stdbool. | ||
| 6 | |||
| 1 | 2014-05-16 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2014-05-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Don't require pkg-config when building from repository. | 9 | Don't require pkg-config when building from repository. |
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index b93d12fbd20..5df2020f3aa 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib | |||
| @@ -35,7 +35,7 @@ GNULIB_MODULES=' | |||
| 35 | intprops largefile lstat | 35 | intprops largefile lstat |
| 36 | manywarnings memrchr mkostemp mktime | 36 | manywarnings memrchr mkostemp mktime |
| 37 | pipe2 pselect pthread_sigmask putenv qacl readlink readlinkat | 37 | pipe2 pselect pthread_sigmask putenv qacl readlink readlinkat |
| 38 | sig2str socklen stat-time stdalign stdarg stdbool stdio | 38 | sig2str socklen stat-time stdalign stdio |
| 39 | strftime strtoimax strtoumax symlink sys_stat | 39 | strftime strtoimax strtoumax symlink sys_stat |
| 40 | sys_time time timer-time timespec-add timespec-sub | 40 | sys_time time timer-time timespec-add timespec-sub |
| 41 | unsetenv update-copyright utimens | 41 | unsetenv update-copyright utimens |
| @@ -49,6 +49,7 @@ GNULIB_TOOL_FLAGS=' | |||
| 49 | --avoid=open --avoid=openat-die --avoid=opendir | 49 | --avoid=open --avoid=openat-die --avoid=opendir |
| 50 | --avoid=raise | 50 | --avoid=raise |
| 51 | --avoid=save-cwd --avoid=select --avoid=sigprocmask | 51 | --avoid=save-cwd --avoid=select --avoid=sigprocmask |
| 52 | --avoid=stdarg --avoid=stdbool | ||
| 52 | --avoid=threadlib | 53 | --avoid=threadlib |
| 53 | --conditional-dependencies --import --no-changelog --no-vc-files | 54 | --conditional-dependencies --import --no-changelog --no-vc-files |
| 54 | --makefile-name=gnulib.mk | 55 | --makefile-name=gnulib.mk |