projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b2b693
)
perror: Use common idiom.
author
Bruno Haible
<bruno@clisp.org>
Sat, 21 May 2011 14:51:40 +0000
(16:51 +0200)
committer
Eric Blake
<eblake@redhat.com>
Tue, 7 Jun 2011 22:48:53 +0000
(16:48 -0600)
* modules/perror (configure.ac): Reorder statements.
ChangeLog
patch
|
blob
|
history
modules/perror
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 65179ff3154fab0c1eb2fb987045db5f9bc8ecbb..fc0cec78b63b59cd611d476addde34b71b006615 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2011-05-21 Bruno Haible <bruno@clisp.org>
+
+ perror: Use common idiom.
+ * modules/perror (configure.ac): Reorder statements.
+
2011-06-07 Stefano Lattarini <stefano.lattarini@gmail.com>
tests: fix usage message in 'mktempd_'
diff --git
a/modules/perror
b/modules/perror
index 6ad5448657827e44a1bb0dfef80c933369d9405b..e74300220a8735880e19451be8bcbb01c3b53a5d 100644
(file)
--- a/
modules/perror
+++ b/
modules/perror
@@
-12,10
+12,10
@@
strerror_r-posix [test $REPLACE_PERROR = 1]
configure.ac:
gl_FUNC_PERROR
-gl_STRING_MODULE_INDICATOR([perror])
if test $REPLACE_PERROR = 1; then
AC_LIBOBJ([perror])
fi
+gl_STRING_MODULE_INDICATOR([perror])
Makefile.am: