projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1dcfef
)
* modules/pselect: Add select, LIBSOCKET.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 6 Jul 2011 07:01:23 +0000
(
00:01
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 6 Jul 2011 07:44:21 +0000
(
00:44
-0700)
ChangeLog
patch
|
blob
|
history
modules/pselect
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index e815b29301ca7ef120b382d0a59a57d472bc9c5a..ba7d0e4f39e3824fb2c7306aaf9a147a234e81f6 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-2,8
+2,10
@@
* lib/pselect.c (pselect): Use plain name, without "rpl_".
Don't #undef, since we don't need any underlying pselect.
- * modules/pselect (Depends-on): Use our pselect.o if !HAVE_PSELECT.
- Both changes suggested by Bruno Haible.
+ * modules/pselect (configure.ac): Use our pselect.o if !HAVE_PSELECT.
+ (Depends-on): Add select.
+ (Link): Add $(LIBSOCKET).
+ These changes suggested by Bruno Haible.
pselect: document better
* MODULES.html.sh (Support for systems lacking POSIX:2008): Add it.
diff --git
a/modules/pselect
b/modules/pselect
index 5f6291b3d2cdbe4774627e703a5db61fba100a6f..0e454d5a2812a063e3ab8217ee85762769f0068e 100644
(file)
--- a/
modules/pselect
+++ b/
modules/pselect
@@
-7,6
+7,7
@@
m4/pselect.m4
Depends-on:
sys_select
+select [test $HAVE_PSELECT = 0 || test $REPLACE_PSELECT = 1]
configure.ac:
gl_FUNC_PSELECT
@@
-21,6
+22,7
@@
Include:
<sys/select.h>
Link:
+$(LIBSOCKET)
License:
LGPLv2+