xstrtol: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Tue, 24 May 2011 01:34:20 +0000 (03:34 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:44 +0000 (00:07 +0200)
* m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations.
* modules/xstrtol (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/xstrtol.m4
modules/xstrtol

index 71c7c1f9c9660e59308c3080c201459f7b8a2577..1c94380f76cfd77de6ddc872159a5af10f9ef3e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 99b7db42f8625630eb1816050399a837dc4fac4f..e87f8c08acefc5079a369379253fce93ea1dfc10 100644 (file)
@@ -1,4 +1,4 @@
-#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,
@@ -6,7 +6,5 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_XSTRTOL],
 [
-  AC_LIBOBJ([xstrtol])
-  AC_LIBOBJ([xstrtoul])
-  AC_LIBOBJ([xstrtol-error])
+  :
 ])
index b48a4bb1b6ca3c7610edc86de0fa8e0ac68651d2..66e53427ebfce07f6dc2a63c0b17889424c5f08f 100644 (file)
@@ -20,6 +20,7 @@ configure.ac:
 gl_XSTRTOL
 
 Makefile.am:
+lib_SOURCES += xstrtol.c xstrtoul.c xstrtol-error.c
 
 Include:
 "xstrtol.h"