We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48eadc commit 93c428bCopy full SHA for 93c428b
ChangeLog
@@ -1,3 +1,8 @@
1
+2011-05-02 Bruno Haible <bruno@clisp.org>
2
+
3
+ Update after gnulib changed.
4
+ * autogen.sh (GNULIB_MODULES): Remove exit, add stdlib.
5
6
2011-06-02 Bruno Haible <bruno@clisp.org>
7
8
Update after gnulib changed.
Makefile.devel
@@ -67,7 +67,6 @@ config.h.in : configure.ac $(AUTOCONF_FILES)
67
GNULIB_MODULES = \
68
binary-io \
69
error \
70
- exit \
71
gettext \
72
gettext-h \
73
mbstate \
@@ -76,6 +75,7 @@ GNULIB_MODULES = \
76
75
relocatable-prog \
77
sigpipe \
78
stdio \
+ stdlib \
79
strerror \
80
unistd \
81
uniwidth/width \
0 commit comments