]> Savannah Git Hosting - gnulib.git/commitdiff
Prefer lib_SOURCES to unconditional AC_LIBOBJ.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Dec 2019 09:57:00 +0000 (10:57 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Dec 2019 09:57:00 +0000 (10:57 +0100)
* modules/at-internal: Prefer a lib_SOURCES augmentation to an
unconditional AC_LIBOBJ.
* modules/selinux-at: Likewise.
* modules/xmemdup0: Likewise.
* modules/xstrtoll: Likewise.

ChangeLog
modules/at-internal
modules/selinux-at
modules/xmemdup0
modules/xstrtoll

index 89f7ad9a0059f403e33271188f3e5405be166fa0..7fe9897a3b82e5c9244fa89b7cc617ecf8dd7c30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2019-12-22  Bruno Haible  <bruno@clisp.org>
+
+       Prefer lib_SOURCES to unconditional AC_LIBOBJ.
+       * modules/at-internal: Prefer a lib_SOURCES augmentation to an
+       unconditional AC_LIBOBJ.
+       * modules/selinux-at: Likewise.
+       * modules/xmemdup0: Likewise.
+       * modules/xstrtoll: Likewise.
+
 2019-12-22  Bruno Haible  <bruno@clisp.org>
 
        longlong: Mark module obsolete.
index 524750b655c0ce106ffdbd6f4c8e1a01a654b8e3..d58c9b0b4b679f8a4c453ab1630d849071eb0bdc 100644 (file)
@@ -14,9 +14,9 @@ sys_stat
 unistd
 
 configure.ac:
-AC_LIBOBJ([openat-proc])
 
 Makefile.am:
+lib_SOURCES += openat-priv.h openat-proc.c
 
 Include:
 "openat-priv.h"
index 62dd6e68245e55d5bb4973578dc07feae269ec2b..29d188e1aa0ba98557858804927ac29311665515 100644 (file)
@@ -21,9 +21,9 @@ unistd
 
 configure.ac:
 AC_CHECK_HEADERS([selinux/flask.h])
-AC_LIBOBJ([selinux-at])
 
 Makefile.am:
+lib_SOURCES += selinux-at.h selinux-at.c
 
 Include:
 "selinux-at.h"
index d7ea438d7fb7c08da3a79cd8e87d741af0b0e44d..a82609a9dfaa1a8a6ec39a13ae5b1d0c15e3a459 100644 (file)
@@ -9,9 +9,9 @@ Depends-on:
 xalloc
 
 configure.ac:
-AC_LIBOBJ([xmemdup0])
 
 Makefile.am:
+lib_SOURCES += xmemdup0.h xmemdup0.c
 
 Include:
 "xmemdup0.h"
index ccff7f1acc5262e4f3610241a7e53f2f7a959b62..b36db460c60f74c35d5a03242155b409cbd7f432 100644 (file)
@@ -12,10 +12,9 @@ strtoull
 xstrtol
 
 configure.ac:
-AC_LIBOBJ([xstrtoll])
-AC_LIBOBJ([xstrtoull])
 
 Makefile.am:
+lib_SOURCES += xstrtoll.c xstrtoull.c
 
 Include:
 "xstrtol.h"