File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ 2003-05-12 Bruno Haible <bruno@clisp.org>
2+
3+ * configure.in: Invoke AC_GNU_SOURCE and jm_FUNC_GLIBC_UNLOCKED_IO.
4+
152003-05-12 Bruno Haible <bruno@clisp.org>
26
37 * lib/Makefile.msvc (PICFLAGS, CFLAGS): Move BUILDING_* macros from
6102003-05-09 Bruno Haible <bruno@clisp.org>
711
812 * srclib/error.c: Update from gnulib with modifications.
13+ * srclib/unlocked-io.h: New file, from gnulib.
914 * m4/strerror_r.m4: New file, from gnulib.
10- * Makefile.devel (aclocal.m4): Depend on it.
15+ * m4/unlocked-io.m4: New file, from gnulib.
16+ * Makefile.devel (aclocal.m4): Depend on them.
1117
12182003-05-08 Bruno Haible <bruno@clisp.org>
1319
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ AC_PROG_LN_S
6262
6363dnl checks for UNIX variants that set DEFS
6464
65+ AC_GNU_SOURCE
6566AC_AIX
6667AC_MINIX
6768AC_ISC_POSIX
@@ -108,6 +109,7 @@ CL_WORDS_LITTLEENDIAN
108109
109110gl_FUNC_ALLOCA
110111gl_CANONICALIZE
112+ jm_FUNC_GLIBC_UNLOCKED_IO
111113gt_FUNC_ERROR_AT_LINE
112114gl_PATHMAX
113115gt_FUNC_SETENV
You can’t perform that action at this time.
0 commit comments