summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 11:33:28 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:51 +0100
commitef1a2a94278dd2ed5689798c8732ba2bcdfa072c (patch)
tree3c9352ef768fcbbede6a7454f4a1ed2f46a13bc5 /modules
parent7acb45cea1fd307793ad7cde286e4e4e97b09a1d (diff)
downloadgnulib-ef1a2a94278dd2ed5689798c8732ba2bcdfa072c.tar.gz
getlogin, getlogin_r: Rename LIB_GETLOGIN to GETLOGIN_LIB.
* m4/getlogin.m4: Rename LIB_GETLOGIN to GETLOGIN_LIB. All uses changed. * NEWS: Mention the change.
Diffstat (limited to 'modules')
-rw-r--r--modules/getlogin2
-rw-r--r--modules/getlogin-tests2
-rw-r--r--modules/getlogin_r2
-rw-r--r--modules/getlogin_r-tests2
-rw-r--r--modules/unistd-c++-tests2
5 files changed, 5 insertions, 5 deletions
diff --git a/modules/getlogin b/modules/getlogin
index 0a88c92e0e..c73b2a9a2e 100644
--- a/modules/getlogin
+++ b/modules/getlogin
@@ -23,7 +23,7 @@ Include:
<unistd.h>
Link:
-$(LIB_GETLOGIN)
+$(GETLOGIN_LIB)
License:
LGPLv2+
diff --git a/modules/getlogin-tests b/modules/getlogin-tests
index 5056a9ca47..b8fff1e3f5 100644
--- a/modules/getlogin-tests
+++ b/modules/getlogin-tests
@@ -12,4 +12,4 @@ configure.ac:
Makefile.am:
TESTS += test-getlogin
check_PROGRAMS += test-getlogin
-test_getlogin_LDADD = $(LDADD) $(LIB_GETLOGIN)
+test_getlogin_LDADD = $(LDADD) $(GETLOGIN_LIB)
diff --git a/modules/getlogin_r b/modules/getlogin_r
index b5f356a123..843bcde19c 100644
--- a/modules/getlogin_r
+++ b/modules/getlogin_r
@@ -31,7 +31,7 @@ Include:
<unistd.h>
Link:
-$(LIB_GETLOGIN)
+$(GETLOGIN_LIB)
License:
LGPLv2+
diff --git a/modules/getlogin_r-tests b/modules/getlogin_r-tests
index 7918ebd183..b53a729efa 100644
--- a/modules/getlogin_r-tests
+++ b/modules/getlogin_r-tests
@@ -12,4 +12,4 @@ configure.ac:
Makefile.am:
TESTS += test-getlogin_r
check_PROGRAMS += test-getlogin_r
-test_getlogin_r_LDADD = $(LDADD) $(LIB_GETLOGIN)
+test_getlogin_r_LDADD = $(LDADD) $(GETLOGIN_LIB)
diff --git a/modules/unistd-c++-tests b/modules/unistd-c++-tests
index b4fb9f80a4..4028a1178a 100644
--- a/modules/unistd-c++-tests
+++ b/modules/unistd-c++-tests
@@ -15,5 +15,5 @@ if ANSICXX
TESTS += test-unistd-c++
check_PROGRAMS += test-unistd-c++
test_unistd_c___SOURCES = test-unistd-c++.cc
-test_unistd_c___LDADD = $(LDADD) $(LIBINTL) $(CLOCK_TIME_LIB) $(EUIDACCESS_LIBGEN) $(LIBSOCKET) $(LIB_GETLOGIN) $(LIB_GETRANDOM)
+test_unistd_c___LDADD = $(LDADD) $(LIBINTL) $(CLOCK_TIME_LIB) $(EUIDACCESS_LIBGEN) $(LIBSOCKET) $(GETLOGIN_LIB) $(LIB_GETRANDOM)
endif