* m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations.
* modules/xstrtol (Makefile.am): Augment lib_SOURCES.
+2011-05-23 Bruno Haible <bruno@clisp.org>
+
+ xstrtol: Move AC_LIBOBJ invocations to module description.
+ * m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations.
+ * modules/xstrtol (Makefile.am): Augment lib_SOURCES.
+
2011-05-23 Bruno Haible <bruno@clisp.org>
xstrtold: Move AC_LIBOBJ invocations to module description.
-#serial 10
+#serial 11
dnl Copyright (C) 2002-2007, 2009-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
AC_DEFUN([gl_XSTRTOL],
[
- AC_LIBOBJ([xstrtol])
- AC_LIBOBJ([xstrtoul])
- AC_LIBOBJ([xstrtol-error])
+ :
])
gl_XSTRTOL
Makefile.am:
+lib_SOURCES += xstrtol.c xstrtoul.c xstrtol-error.c
Include:
"xstrtol.h"