Skip to content

Commit 93c428b

Browse files
committed
Update after gnulib changed.
1 parent f48eadc commit 93c428b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
2011-06-02 Bruno Haible <bruno@clisp.org>
27

38
Update after gnulib changed.

Makefile.devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ config.h.in : configure.ac $(AUTOCONF_FILES)
6767
GNULIB_MODULES = \
6868
binary-io \
6969
error \
70-
exit \
7170
gettext \
7271
gettext-h \
7372
mbstate \
@@ -76,6 +75,7 @@ GNULIB_MODULES = \
7675
relocatable-prog \
7776
sigpipe \
7877
stdio \
78+
stdlib \
7979
strerror \
8080
unistd \
8181
uniwidth/width \

0 commit comments

Comments
 (0)