diff options
| author | Paul Eggert | 2011-07-08 13:20:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-08 13:20:19 -0700 |
| commit | 2a84b02da8b20138fad7fafdea92d7c8f0564ee0 (patch) | |
| tree | da64c1fd303aa85b53ad485779b05fbdd2685a28 /Makefile.in | |
| parent | 1692ae2dd5ff8f6f1fc6f6f62b9a44ab7e615615 (diff) | |
| download | emacs-2a84b02da8b20138fad7fafdea92d7c8f0564ee0.tar.gz emacs-2a84b02da8b20138fad7fafdea92d7c8f0564ee0.zip | |
Simplify Emacs part of pthread_sigmask support.
* Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid sigprocmask.
* configure.in (AC_TYPE_UID_T): New dummy macro.
Configure gnulib after adjusting LIBS,
so that gnulib can assume the libraries in LIBS.
* lib/pthread_sigmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
New files, automatically imported from gnulib.
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* src/Makefile.in (LIB_PTHREAD_SIGMASK): New macro.
(LIBES): Use it.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 07a2c6a017d..a3d85bad22a 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -339,7 +339,6 @@ GNULIB_MODULES = \ | |||
| 339 | mktime pthread_sigmask readlink \ | 339 | mktime pthread_sigmask readlink \ |
| 340 | socklen stdarg stdio strftime strtoumax symlink sys_stat | 340 | socklen stdarg stdio strftime strtoumax symlink sys_stat |
| 341 | GNULIB_TOOL_FLAGS = \ | 341 | GNULIB_TOOL_FLAGS = \ |
| 342 | --avoid=sigprocmask \ | ||
| 343 | --conditional-dependencies --import --no-changelog --no-vc-files \ | 342 | --conditional-dependencies --import --no-changelog --no-vc-files \ |
| 344 | --makefile-name=gnulib.mk | 343 | --makefile-name=gnulib.mk |
| 345 | sync-from-gnulib: $(gnulib_srcdir) | 344 | sync-from-gnulib: $(gnulib_srcdir) |