+2003-09-16 Bruno Haible <bruno@clisp.org>
+
+ Portability to SunOS 4.
+ * configure.ac: Also check for strtoul and atexit.
+
2003-08-29 Bruno Haible <bruno@clisp.org>
* Makefile.am (config.h.msvc): Define HAVE_DECL__SNPRINTF,
dnl Checks for library functions.
gl_FUNC_ALLOCA
AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([setlocale strerror])
-AC_REPLACE_FUNCS([memmove])
+AC_CHECK_FUNCS([setlocale strerror strtoul])
+AC_REPLACE_FUNCS([atexit memmove])
gt_FUNC_SETENV
gl_FUNC_STRERROR
jm_FUNC_GLIBC_UNLOCKED_IO
+2003-09-16 Bruno Haible <bruno@clisp.org>
+
+ Portability to SunOS 4.
+ * atexit.c: New file, trivial link to ../../gettext-tools/lib.
+ * Makefile.am (libgrt_a_SOURCES):
+ Add ../../gettext-tools/lib/strtoul.c.
+ (LIBADD_SOURCE): Add atexit.c.
+
2003-09-14 Bruno Haible <bruno@clisp.org>
* Makefile.am (libgrt_a_SOURCES): Add fwriteerror.h, fwriteerror.c.
../../gettext-tools/lib/getopt.h ../../gettext-tools/lib/getopt.c ../../gettext-tools/lib/getopt1.c \
../../gettext-tools/lib/pathmax.h \
../../gettext-tools/lib/progname.h ../../gettext-tools/lib/progname.c ../../gettext-tools/lib/progreloc.c \
+ ../../gettext-tools/lib/strtoul.c \
../../gettext-tools/lib/unlocked-io.h \
../../gettext-tools/lib/xmalloc.h ../../gettext-tools/lib/xmalloc.c ../../gettext-tools/lib/xstrdup.c \
../../gettext-tools/lib/xreadlink.h ../../gettext-tools/lib/xreadlink.c
LIBADD_SOURCE = \
alloca.c \
+ atexit.c \
../../gettext-tools/lib/canonicalize.h canonicalize.c \
memmove.c \
readlink.c \
--- /dev/null
+#include "../../gettext-tools/lib/atexit.c"