From e7ce3a655e3e125a92e1c95f483675770be7f3bc Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 1 Jan 2023 16:25:39 -0500 Subject: Convert references from "GNU make" to "GNU Make" --- gl/m4/acinclude.m4 | 32 ++++++++++++++++---------------- gl/m4/getloadavg.m4 | 2 +- gl/modules/make-glob | 2 +- gl/modules/make-macros | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) (limited to 'gl') diff --git a/gl/m4/acinclude.m4 b/gl/m4/acinclude.m4 index 20522150..64c97d14 100644 --- a/gl/m4/acinclude.m4 +++ b/gl/m4/acinclude.m4 @@ -1,4 +1,4 @@ -dnl acinclude.m4 -- Extra macros needed for GNU make. +dnl acinclude.m4 -- Extra macros needed for GNU Make. dnl dnl Automake will incorporate this into its generated aclocal.m4. dnl Copyright (C) 1998-2023 Free Software Foundation, Inc. @@ -43,8 +43,8 @@ AC_MSG_RESULT(working...) cf_cv_netlibs="" cf_test_netlibs=yes AC_CHECK_FUNCS(gethostname,,[ - CF_RECHECK_FUNC(gethostname,nsl,cf_cv_netlibs,[ - CF_RECHECK_FUNC(gethostname,socket,cf_cv_netlibs)])]) + CF_RECHECK_FUNC(gethostname,nsl,cf_cv_netlibs,[ + CF_RECHECK_FUNC(gethostname,socket,cf_cv_netlibs)])]) # # FIXME: sequent needs this library (i.e., -lsocket -linet -lnsl), but # I don't know the entrypoints - 97/7/22 TD @@ -52,12 +52,12 @@ AC_CHECK_LIB(inet,main,cf_cv_netlibs="-linet $cf_cv_netlibs") # if test "$ac_cv_func_lsocket" != no ; then AC_CHECK_FUNCS(socket,,[ - CF_RECHECK_FUNC(socket,socket,cf_cv_netlibs,[ - CF_RECHECK_FUNC(socket,bsd,cf_cv_netlibs)])]) + CF_RECHECK_FUNC(socket,socket,cf_cv_netlibs,[ + CF_RECHECK_FUNC(socket,bsd,cf_cv_netlibs)])]) fi # AC_CHECK_FUNCS(gethostbyname,,[ - CF_RECHECK_FUNC(gethostbyname,nsl,cf_cv_netlibs)]) + CF_RECHECK_FUNC(gethostbyname,nsl,cf_cv_netlibs)]) ]) LIBS="$LIBS $cf_cv_netlibs" test $cf_test_netlibs = no && echo "$cf_cv_netlibs" >&AC_FD_MSG @@ -77,14 +77,14 @@ dnl used (autoconf does not distinguish between a null token and one that is dnl set to 'no'). AC_DEFUN([CF_RECHECK_FUNC],[ AC_CHECK_LIB($2,$1,[ - CF_UPPER(cf_tr_func,$1) - AC_DEFINE_UNQUOTED(HAVE_$cf_tr_func,1,[Define if you have function $1]) - ac_cv_func_$1=yes - $3="-l$2 [$]$3"],[ - ac_cv_func_$1=unknown - unset ac_cv_func_$1 2>/dev/null - $4], - [[$]$3]) + CF_UPPER(cf_tr_func,$1) + AC_DEFINE_UNQUOTED(HAVE_$cf_tr_func,1,[Define if you have function $1]) + ac_cv_func_$1=yes + $3="-l$2 [$]$3"],[ + ac_cv_func_$1=unknown + unset ac_cv_func_$1 2>/dev/null + $4], + [[$]$3]) ])dnl dnl --------------------------------------------------------------------------- dnl Make an uppercase version of a variable @@ -118,7 +118,7 @@ AC_DEFUN([AC_STRUCT_ST_MTIM_NSEC], CPPFLAGS="$ac_save_CPPFLAGS -DST_MTIM_NSEC=$ac_val" AC_TRY_COMPILE([#include #include - ], [struct stat s; s.ST_MTIM_NSEC;], + ], [struct stat s; s.ST_MTIM_NSEC;], [ac_cv_struct_st_mtim_nsec=$ac_val; break]) done CPPFLAGS="$ac_save_CPPFLAGS" @@ -126,7 +126,7 @@ AC_DEFUN([AC_STRUCT_ST_MTIM_NSEC], if test $ac_cv_struct_st_mtim_nsec != no; then AC_DEFINE_UNQUOTED([ST_MTIM_NSEC], [$ac_cv_struct_st_mtim_nsec], - [Define if struct stat contains a nanoseconds field]) + [Define if struct stat contains a nanoseconds field]) fi ] ) diff --git a/gl/m4/getloadavg.m4 b/gl/m4/getloadavg.m4 index 929835ca..3739f246 100644 --- a/gl/m4/getloadavg.m4 +++ b/gl/m4/getloadavg.m4 @@ -160,7 +160,7 @@ AC_CHECK_HEADERS([nlist.h], ])dnl ])# gl_PREREQ_GETLOADAVG -# ---- GNU make +# ---- GNU Make # These macros are imported from stdlib which we don't want to include # Only the getloadavg content is imported. diff --git a/gl/modules/make-glob b/gl/modules/make-glob index d9a34d33..3b6cdee2 100644 --- a/gl/modules/make-glob +++ b/gl/modules/make-glob @@ -1,5 +1,5 @@ Description: -GNU make version of fnmatch()/glob() functions. This is a holdover from +GNU Make version of fnmatch()/glob() functions. This is a holdover from a very old version of the globbing library. Files: diff --git a/gl/modules/make-macros b/gl/modules/make-macros index c9ac32e2..7ed5463b 100644 --- a/gl/modules/make-macros +++ b/gl/modules/make-macros @@ -1,5 +1,5 @@ Description: -Install m4 macros for GNU make. +Install m4 macros for GNU Make. Files: m4/acinclude.m4 -- cgit v1.2.1