* 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>
+
+ 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.
unistd
configure.ac:
-AC_LIBOBJ([openat-proc])
Makefile.am:
+lib_SOURCES += openat-priv.h openat-proc.c
Include:
"openat-priv.h"
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"
xalloc
configure.ac:
-AC_LIBOBJ([xmemdup0])
Makefile.am:
+lib_SOURCES += xmemdup0.h xmemdup0.c
Include:
"xmemdup0.h"
xstrtol
configure.ac:
-AC_LIBOBJ([xstrtoll])
-AC_LIBOBJ([xstrtoull])
Makefile.am:
+lib_SOURCES += xstrtoll.c xstrtoull.c
Include:
"xstrtol.h"